Html Css Color HEX #268CEC Dodger Blue

📋 copy color: '#268CEC'

red 38 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #268CEC

Tints of Dodger Blue #268CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 9.18%
G = 33.82%
B = 57%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#268CEC (or 0x268CEC) is known color: Dodger Blue. HEX triplet: 26, 8C and EC. RGB value is (38,140,236). Sum of RGB (Red+Green+Blue) = 38+140+236=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #268CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CEC is #D97313. Grayscale: #777777. Windows color (decimal): -14250772 or 15502374. OLE color: 15502374.

HSL color Cylindrical-coordinate representation of color #268CEC: hue angle of 209.09º 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 #268CEC is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 140 236 -
CMYK 0.84 0.41 0 0.07
HSL 209.09º 0.84% 0.54% -
HSV(B) 209.09º 0.84% 0.93% -
XYZ 25.32 25.22 82.89 -
YUV 120.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 38 140 236 0.84 0.41 0 0.07 209.09 0.84 0.54
Hex 26 8C EC 54 29 0 7 D1 54 36
Octal 46 214 354 124 51 0 7 321 124 66
Binary 100110 10001100 11101100 1010100 101001 0 111 11010001 1010100 110110

Color Harmonies of #268CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CEC

Black with #268CEC

Text Example


Text Example

White with #268CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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