Html Css Color HEX #1F6CFC Dodger Blue

📋 copy color: '#1F6CFC'

red 31 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #1F6CFC

Tints of Dodger Blue #1F6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 7.93%
G = 27.62%
B = 64.45%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F6CFC (or 0x1F6CFC) is known color: Dodger Blue. HEX triplet: 1F, 6C and FC. RGB value is (31,108,252). Sum of RGB (Red+Green+Blue) = 31+108+252=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6CFC is #E09303. Grayscale: #646464. Windows color (decimal): -14717700 or 16542751. OLE color: 16542751.

HSL color Cylindrical-coordinate representation of color #1F6CFC: hue angle of 219.1º 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 #1F6CFC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 108 252 -
CMYK 0.88 0.57 0 0.01
HSL 219.1º 0.97% 0.55% -
HSV(B) 219.1º 0.88% 0.99% -
XYZ 23.5 18.04 94.34 -
YUV 101.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 31 108 252 0.88 0.57 0 0.01 219.1 0.97 0.55
Hex 1F 6C FC 58 39 0 1 DB 61 37
Octal 37 154 374 130 71 0 1 333 141 67
Binary 11111 1101100 11111100 1011000 111001 0 1 11011011 1100001 110111

Color Harmonies of #1F6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6CFC

Black with #1F6CFC

Text Example


Text Example

White with #1F6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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