Html Css Color HEX #268DEC Dodger Blue

📋 copy color: '#268DEC'

red 38 ◦ green 141 ◦ blue 236

#268DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #268DEC

Tints of Dodger Blue #268DEC

RGB

 RED value IS 38 (15.23% from 255) = 9.16%

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 9.16%
G = 33.98%
B = 56.87%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#268DEC (or 0x268DEC) is known color: Dodger Blue. HEX triplet: 26, 8D and EC. RGB value is (38,141,236). Sum of RGB (Red+Green+Blue) = 38+141+236=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #268DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268DEC is #D97213. Grayscale: #787878. Windows color (decimal): -14250516 or 15502630. OLE color: 15502630.

HSL color Cylindrical-coordinate representation of color #268DEC: hue angle of 208.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268DEC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 141 236 -
CMYK 0.84 0.40 0 0.07
HSL 208.79º 0.84% 0.54% -
HSV(B) 208.79º 0.84% 0.93% -
XYZ 25.46 25.52 82.94 -
YUV 121.03 192.88 68.78 -
System Red Green Blue C M Y K H S L
Decimal 38 141 236 0.84 0.40 0 0.07 208.79 0.84 0.54
Hex 26 8D EC 54 28 0 7 D1 54 36
Octal 46 215 354 124 50 0 7 321 124 66
Binary 100110 10001101 11101100 1010100 101000 0 111 11010001 1010100 110110

Color Harmonies of #268DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268DEC

Black with #268DEC

Text Example


Text Example

White with #268DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268DEC; }

 p { color: rgb(38,141,236); }

 H1.HeaderClassName
 {
   color: #268DEC;
 }
 .AnyTagClassName
 {
   color: #268DEC;
 }
</style>

background-color css

<style>
 a { background-color: #268DEC; }

 a { background-color: rgb(38,141,236); }

 div.DivClassName
 {
   background-color: #268DEC;
 }
 .BgClassName
 {
   background-color: #268DEC;
 }
</style>

border-color css

<style>
 span { border-color: #268DEC; }

 span { border-color: rgb(38,141,236); }

 td.TdClassName
 {
   border-color: #268DEC;
 }
 .TagClassName
 {
   border-color: #268DEC;
 }
</style>