Html Css Color HEX #1CA8EF Dodger Blue

📋 copy color: '#1CA8EF'

red 28 ◦ green 168 ◦ blue 239

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

Shades of Dodger Blue #1CA8EF

Tints of Dodger Blue #1CA8EF

RGB

 RED value IS 28 (11.33% from 255) = 6.44%

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 6.44%
G = 38.62%
B = 54.94%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CA8EF (or 0x1CA8EF) is known color: Dodger Blue. HEX triplet: 1C, A8 and EF. RGB value is (28,168,239). Sum of RGB (Red+Green+Blue) = 28+168+239=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CA8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA8EF is #E35710. Grayscale: #858585. Windows color (decimal): -14898961 or 15706140. OLE color: 15706140.

HSL color Cylindrical-coordinate representation of color #1CA8EF: hue angle of 200.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA8EF is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 168 239 -
CMYK 0.88 0.30 0 0.06
HSL 200.19º 0.87% 0.52% -
HSV(B) 200.19º 0.88% 0.94% -
XYZ 30.06 34.48 86.73 -
YUV 134.23 187.12 52.23 -
System Red Green Blue C M Y K H S L
Decimal 28 168 239 0.88 0.30 0 0.06 200.19 0.87 0.52
Hex 1C A8 EF 58 1E 0 6 C8 57 34
Octal 34 250 357 130 36 0 6 310 127 64
Binary 11100 10101000 11101111 1011000 11110 0 110 11001000 1010111 110100

Color Harmonies of #1CA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA8EF

Black with #1CA8EF

Text Example


Text Example

White with #1CA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CA8EF; }

 p { color: rgb(28,168,239); }

 H1.HeaderClassName
 {
   color: #1CA8EF;
 }
 .AnyTagClassName
 {
   color: #1CA8EF;
 }
</style>

background-color css

<style>
 a { background-color: #1CA8EF; }

 a { background-color: rgb(28,168,239); }

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

border-color css

<style>
 span { border-color: #1CA8EF; }

 span { border-color: rgb(28,168,239); }

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