Html Css Color HEX #1F7BEE Dodger Blue

📋 copy color: '#1F7BEE'

red 31 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #1F7BEE

Tints of Dodger Blue #1F7BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 7.91%
G = 31.38%
B = 60.71%

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

#1F7BEE (or 0x1F7BEE) is known color: Dodger Blue. HEX triplet: 1F, 7B and EE. RGB value is (31,123,238). Sum of RGB (Red+Green+Blue) = 31+123+238=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F7BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7BEE is #E08411. Grayscale: #6C6C6C. Windows color (decimal): -14713874 or 15629087. OLE color: 15629087.

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

Color convert

RGB 31 123 238 -
CMYK 0.87 0.48 0 0.07
HSL 213.33º 0.86% 0.53% -
HSV(B) 213.33º 0.87% 0.93% -
XYZ 23.08 20.63 83.65 -
YUV 108.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 31 123 238 0.87 0.48 0 0.07 213.33 0.86 0.53
Hex 1F 7B EE 57 30 0 7 D5 56 35
Octal 37 173 356 127 60 0 7 325 126 65
Binary 11111 1111011 11101110 1010111 110000 0 111 11010101 1010110 110101

Color Harmonies of #1F7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7BEE

Black with #1F7BEE

Text Example


Text Example

White with #1F7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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