Html Css Color HEX #1F7CED Dodger Blue

📋 copy color: '#1F7CED'

red 31 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #1F7CED

Tints of Dodger Blue #1F7CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 237 (92.97% from 255) = 60.46%

R = 7.91%
G = 31.63%
B = 60.46%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F7CED (or 0x1F7CED) is known color: Dodger Blue. HEX triplet: 1F, 7C and ED. RGB value is (31,124,237). Sum of RGB (Red+Green+Blue) = 31+124+237=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F7CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7CED is #E08312. Grayscale: #6C6C6C. Windows color (decimal): -14713619 or 15563807. OLE color: 15563807.

HSL color Cylindrical-coordinate representation of color #1F7CED: hue angle of 212.91º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F7CED is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 124 237 -
CMYK 0.87 0.48 0 0.07
HSL 212.91º 0.85% 0.53% -
HSV(B) 212.91º 0.87% 0.93% -
XYZ 23.06 20.82 82.92 -
YUV 109.08 200.19 72.31 -
System Red Green Blue C M Y K H S L
Decimal 31 124 237 0.87 0.48 0 0.07 212.91 0.85 0.53
Hex 1F 7C ED 57 30 0 7 D5 55 35
Octal 37 174 355 127 60 0 7 325 125 65
Binary 11111 1111100 11101101 1010111 110000 0 111 11010101 1010101 110101

Color Harmonies of #1F7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CED

Black with #1F7CED

Text Example


Text Example

White with #1F7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,124,237); }

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

background-color css

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

 a { background-color: rgb(31,124,237); }

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

border-color css

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

 span { border-color: rgb(31,124,237); }

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