Html Css Color HEX #1F73FC Dodger Blue

📋 copy color: '#1F73FC'

red 31 ◦ green 115 ◦ blue 252

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

Shades of Dodger Blue #1F73FC

Tints of Dodger Blue #1F73FC

RGB

 RED value IS 31 (12.5% from 255) = 7.79%

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

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 7.79%
G = 28.89%
B = 63.32%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F73FC (or 0x1F73FC) is known color: Dodger Blue. HEX triplet: 1F, 73 and FC. RGB value is (31,115,252). Sum of RGB (Red+Green+Blue) = 31+115+252=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F73FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F73FC is #E08C03. Grayscale: #686868. Windows color (decimal): -14715908 or 16544543. OLE color: 16544543.

HSL color Cylindrical-coordinate representation of color #1F73FC: hue angle of 217.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F73FC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 115 252 -
CMYK 0.88 0.54 0 0.01
HSL 217.19º 0.97% 0.55% -
HSV(B) 217.19º 0.88% 0.99% -
XYZ 24.27 19.58 94.6 -
YUV 105.5 210.67 74.86 -
System Red Green Blue C M Y K H S L
Decimal 31 115 252 0.88 0.54 0 0.01 217.19 0.97 0.55
Hex 1F 73 FC 58 36 0 1 D9 61 37
Octal 37 163 374 130 66 0 1 331 141 67
Binary 11111 1110011 11111100 1011000 110110 0 1 11011001 1100001 110111

Color Harmonies of #1F73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F73FC

Black with #1F73FC

Text Example


Text Example

White with #1F73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,252); }

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

background-color css

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

 a { background-color: rgb(31,115,252); }

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

border-color css

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

 span { border-color: rgb(31,115,252); }

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