Html Css Color HEX #1C71FF Dodger Blue

📋 copy color: '#1C71FF'

red 28 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #1C71FF

Tints of Dodger Blue #1C71FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 7.07%
G = 28.54%
B = 64.39%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C71FF (or 0x1C71FF) is known color: Dodger Blue. HEX triplet: 1C, 71 and FF. RGB value is (28,113,255). Sum of RGB (Red+Green+Blue) = 28+113+255=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C71FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C71FF is #E38E00. Grayscale: #676767. Windows color (decimal): -14913025 or 16740636. OLE color: 16740636.

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

Color convert

RGB 28 113 255 -
CMYK 0.89 0.56 0 0
HSL 217.53º 1% 0.55% -
HSV(B) 217.53º 0.89% 1% -
XYZ 24.43 19.28 97.04 -
YUV 103.77 213.34 73.95 -
System Red Green Blue C M Y K H S L
Decimal 28 113 255 0.89 0.56 0 0 217.53 1 0.55
Hex 1C 71 FF 59 38 0 0 DA 64 37
Octal 34 161 377 131 70 0 0 332 144 67
Binary 11100 1110001 11111111 1011001 111000 0 0 11011010 1100100 110111

Color Harmonies of #1C71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C71FF

Black with #1C71FF

Text Example


Text Example

White with #1C71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,113,255); }

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

background-color css

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

 a { background-color: rgb(28,113,255); }

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

border-color css

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

 span { border-color: rgb(28,113,255); }

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