Html Css Color HEX #1C70FB Dodger Blue

📋 copy color: '#1C70FB'

red 28 ◦ green 112 ◦ blue 251

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

Shades of Dodger Blue #1C70FB

Tints of Dodger Blue #1C70FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 7.16%
G = 28.64%
B = 64.19%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C70FB (or 0x1C70FB) is known color: Dodger Blue. HEX triplet: 1C, 70 and FB. RGB value is (28,112,251). Sum of RGB (Red+Green+Blue) = 28+112+251=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C70FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C70FB is #E38F04. Grayscale: #666666. Windows color (decimal): -14913285 or 16478236. OLE color: 16478236.

HSL color Cylindrical-coordinate representation of color #1C70FB: hue angle of 217.4º degrees, saturation: 0.97, 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 #1C70FB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 112 251 -
CMYK 0.89 0.55 0 0.02
HSL 217.4º 0.97% 0.55% -
HSV(B) 217.4º 0.89% 0.98% -
XYZ 23.69 18.8 93.65 -
YUV 102.73 211.67 74.7 -
System Red Green Blue C M Y K H S L
Decimal 28 112 251 0.89 0.55 0 0.02 217.4 0.97 0.55
Hex 1C 70 FB 59 37 0 2 D9 61 37
Octal 34 160 373 131 67 0 2 331 141 67
Binary 11100 1110000 11111011 1011001 110111 0 10 11011001 1100001 110111

Color Harmonies of #1C70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C70FB

Black with #1C70FB

Text Example


Text Example

White with #1C70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,251); }

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

background-color css

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

 a { background-color: rgb(28,112,251); }

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

border-color css

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

 span { border-color: rgb(28,112,251); }

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