Html Css Color HEX #1F72EF Dodger Blue

📋 copy color: '#1F72EF'

red 31 ◦ green 114 ◦ blue 239

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

Shades of Dodger Blue #1F72EF

Tints of Dodger Blue #1F72EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 8.07%
G = 29.69%
B = 62.24%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F72EF (or 0x1F72EF) is known color: Dodger Blue. HEX triplet: 1F, 72 and EF. RGB value is (31,114,239). Sum of RGB (Red+Green+Blue) = 31+114+239=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F72EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F72EF is #E08D10. Grayscale: #666666. Windows color (decimal): -14716177 or 15692319. OLE color: 15692319.

HSL color Cylindrical-coordinate representation of color #1F72EF: hue angle of 216.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F72EF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 114 239 -
CMYK 0.87 0.52 0 0.06
HSL 216.06º 0.87% 0.53% -
HSV(B) 216.06º 0.87% 0.94% -
XYZ 22.16 18.56 84.08 -
YUV 103.43 204.5 76.34 -
System Red Green Blue C M Y K H S L
Decimal 31 114 239 0.87 0.52 0 0.06 216.06 0.87 0.53
Hex 1F 72 EF 57 34 0 6 D8 57 35
Octal 37 162 357 127 64 0 6 330 127 65
Binary 11111 1110010 11101111 1010111 110100 0 110 11011000 1010111 110101

Color Harmonies of #1F72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F72EF

Black with #1F72EF

Text Example


Text Example

White with #1F72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,114,239); }

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

background-color css

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

 a { background-color: rgb(31,114,239); }

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

border-color css

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

 span { border-color: rgb(31,114,239); }

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