Html Css Color HEX #1C74FB Dodger Blue

📋 copy color: '#1C74FB'

red 28 ◦ green 116 ◦ blue 251

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

Shades of Dodger Blue #1C74FB

Tints of Dodger Blue #1C74FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 7.09%
G = 29.37%
B = 63.54%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C74FB (or 0x1C74FB) is known color: Dodger Blue. HEX triplet: 1C, 74 and FB. RGB value is (28,116,251). Sum of RGB (Red+Green+Blue) = 28+116+251=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C74FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C74FB is #E38B04. Grayscale: #686868. Windows color (decimal): -14912261 or 16479260. OLE color: 16479260.

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

Color convert

RGB 28 116 251 -
CMYK 0.89 0.54 0 0.02
HSL 216.32º 0.97% 0.55% -
HSV(B) 216.32º 0.89% 0.98% -
XYZ 24.14 19.7 93.8 -
YUV 105.08 210.35 73.02 -
System Red Green Blue C M Y K H S L
Decimal 28 116 251 0.89 0.54 0 0.02 216.32 0.97 0.55
Hex 1C 74 FB 59 36 0 2 D8 61 37
Octal 34 164 373 131 66 0 2 330 141 67
Binary 11100 1110100 11111011 1011001 110110 0 10 11011000 1100001 110111

Color Harmonies of #1C74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C74FB

Black with #1C74FB

Text Example


Text Example

White with #1C74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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