Html Css Color HEX #1F7EEE Dodger Blue

📋 copy color: '#1F7EEE'

red 31 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #1F7EEE

Tints of Dodger Blue #1F7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 238 (93.36% from 255) = 60.25%

R = 7.85%
G = 31.9%
B = 60.25%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F7EEE (or 0x1F7EEE) is known color: Dodger Blue. HEX triplet: 1F, 7E and EE. RGB value is (31,126,238). Sum of RGB (Red+Green+Blue) = 31+126+238=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F7EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7EEE is #E08111. Grayscale: #6D6D6D. Windows color (decimal): -14713106 or 15629855. OLE color: 15629855.

HSL color Cylindrical-coordinate representation of color #1F7EEE: hue angle of 212.46º degrees, saturation: 0.86, 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 #1F7EEE is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 126 238 -
CMYK 0.87 0.47 0 0.07
HSL 212.46º 0.86% 0.53% -
HSV(B) 212.46º 0.87% 0.93% -
XYZ 23.46 21.39 83.78 -
YUV 110.36 200.03 71.39 -
System Red Green Blue C M Y K H S L
Decimal 31 126 238 0.87 0.47 0 0.07 212.46 0.86 0.53
Hex 1F 7E EE 57 2F 0 7 D4 56 35
Octal 37 176 356 127 57 0 7 324 126 65
Binary 11111 1111110 11101110 1010111 101111 0 111 11010100 1010110 110101

Color Harmonies of #1F7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7EEE

Black with #1F7EEE

Text Example


Text Example

White with #1F7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,238); }

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

background-color css

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

 a { background-color: rgb(31,126,238); }

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

border-color css

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

 span { border-color: rgb(31,126,238); }

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