Html Css Color HEX #1C71FA Dodger Blue

📋 copy color: '#1C71FA'

red 28 ◦ green 113 ◦ blue 250

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

Shades of Dodger Blue #1C71FA

Tints of Dodger Blue #1C71FA

RGB

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

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

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

R = 7.16%
G = 28.9%
B = 63.94%

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

#1C71FA (or 0x1C71FA) is known color: Dodger Blue. HEX triplet: 1C, 71 and FA. RGB value is (28,113,250). Sum of RGB (Red+Green+Blue) = 28+113+250=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C71FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C71FA is #E38E05. Grayscale: #666666. Windows color (decimal): -14913030 or 16412956. OLE color: 16412956.

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

Color convert

RGB 28 113 250 -
CMYK 0.89 0.55 0 0.02
HSL 217.03º 0.96% 0.55% -
HSV(B) 217.03º 0.89% 0.98% -
XYZ 23.64 18.96 92.86 -
YUV 103.2 210.84 74.36 -
System Red Green Blue C M Y K H S L
Decimal 28 113 250 0.89 0.55 0 0.02 217.03 0.96 0.55
Hex 1C 71 FA 59 37 0 2 D9 60 37
Octal 34 161 372 131 67 0 2 331 140 67
Binary 11100 1110001 11111010 1011001 110111 0 10 11011001 1100000 110111

Color Harmonies of #1C71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C71FA

Black with #1C71FA

Text Example


Text Example

White with #1C71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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