Html Css Color HEX #1C73FA Dodger Blue

📋 copy color: '#1C73FA'

red 28 ◦ green 115 ◦ blue 250

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

Shades of Dodger Blue #1C73FA

Tints of Dodger Blue #1C73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 7.12%
G = 29.26%
B = 63.61%

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

#1C73FA (or 0x1C73FA) is known color: Dodger Blue. HEX triplet: 1C, 73 and FA. RGB value is (28,115,250). Sum of RGB (Red+Green+Blue) = 28+115+250=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C73FA is #E38C05. Grayscale: #676767. Windows color (decimal): -14912518 or 16413468. OLE color: 16413468.

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

Color convert

RGB 28 115 250 -
CMYK 0.89 0.54 0 0.02
HSL 216.49º 0.96% 0.55% -
HSV(B) 216.49º 0.89% 0.98% -
XYZ 23.86 19.41 92.93 -
YUV 104.38 210.18 73.52 -
System Red Green Blue C M Y K H S L
Decimal 28 115 250 0.89 0.54 0 0.02 216.49 0.96 0.55
Hex 1C 73 FA 59 36 0 2 D8 60 37
Octal 34 163 372 131 66 0 2 330 140 67
Binary 11100 1110011 11111010 1011001 110110 0 10 11011000 1100000 110111

Color Harmonies of #1C73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C73FA

Black with #1C73FA

Text Example


Text Example

White with #1C73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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