Html Css Color HEX #1F75EE Dodger Blue

📋 copy color: '#1F75EE'

red 31 ◦ green 117 ◦ blue 238

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

Shades of Dodger Blue #1F75EE

Tints of Dodger Blue #1F75EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 8.03%
G = 30.31%
B = 61.66%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F75EE (or 0x1F75EE) is known color: Dodger Blue. HEX triplet: 1F, 75 and EE. RGB value is (31,117,238). Sum of RGB (Red+Green+Blue) = 31+117+238=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F75EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F75EE is #E08A11. Grayscale: #686868. Windows color (decimal): -14715410 or 15627551. OLE color: 15627551.

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

Color convert

RGB 31 117 238 -
CMYK 0.87 0.51 0 0.07
HSL 215.07º 0.86% 0.53% -
HSV(B) 215.07º 0.87% 0.93% -
XYZ 22.36 19.19 83.41 -
YUV 105.08 203.01 75.16 -
System Red Green Blue C M Y K H S L
Decimal 31 117 238 0.87 0.51 0 0.07 215.07 0.86 0.53
Hex 1F 75 EE 57 33 0 7 D7 56 35
Octal 37 165 356 127 63 0 7 327 126 65
Binary 11111 1110101 11101110 1010111 110011 0 111 11010111 1010110 110101

Color Harmonies of #1F75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F75EE

Black with #1F75EE

Text Example


Text Example

White with #1F75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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