Html Css Color HEX #1C8EFA Dodger Blue

📋 copy color: '#1C8EFA'

red 28 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #1C8EFA

Tints of Dodger Blue #1C8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

 BLUE value IS 250 (98.05% from 255) = 59.52%

R = 6.67%
G = 33.81%
B = 59.52%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C8EFA (or 0x1C8EFA) is known color: Dodger Blue. HEX triplet: 1C, 8E and FA. RGB value is (28,142,250). Sum of RGB (Red+Green+Blue) = 28+142+250=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C8EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8EFA is #E37105. Grayscale: #777777. Windows color (decimal): -14905606 or 16420380. OLE color: 16420380.

HSL color Cylindrical-coordinate representation of color #1C8EFA: hue angle of 209.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C8EFA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 142 250 -
CMYK 0.89 0.43 0 0.02
HSL 209.19º 0.96% 0.55% -
HSV(B) 209.19º 0.89% 0.98% -
XYZ 27.41 26.5 94.11 -
YUV 120.23 201.23 62.22 -
System Red Green Blue C M Y K H S L
Decimal 28 142 250 0.89 0.43 0 0.02 209.19 0.96 0.55
Hex 1C 8E FA 59 2B 0 2 D1 60 37
Octal 34 216 372 131 53 0 2 321 140 67
Binary 11100 10001110 11111010 1011001 101011 0 10 11010001 1100000 110111

Color Harmonies of #1C8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8EFA

Black with #1C8EFA

Text Example


Text Example

White with #1C8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,142,250); }

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

background-color css

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

 a { background-color: rgb(28,142,250); }

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

border-color css

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

 span { border-color: rgb(28,142,250); }

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