Html Css Color HEX #1F7BED Dodger Blue

📋 copy color: '#1F7BED'

red 31 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #1F7BED

Tints of Dodger Blue #1F7BED

RGB

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

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

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

R = 7.93%
G = 31.46%
B = 60.61%

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

#1F7BED (or 0x1F7BED) is known color: Dodger Blue. HEX triplet: 1F, 7B and ED. RGB value is (31,123,237). Sum of RGB (Red+Green+Blue) = 31+123+237=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F7BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7BED is #E08412. Grayscale: #6B6B6B. Windows color (decimal): -14713875 or 15563551. OLE color: 15563551.

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

Color convert

RGB 31 123 237 -
CMYK 0.87 0.48 0 0.07
HSL 213.2º 0.85% 0.53% -
HSV(B) 213.2º 0.87% 0.93% -
XYZ 22.93 20.57 82.88 -
YUV 108.49 200.52 72.73 -
System Red Green Blue C M Y K H S L
Decimal 31 123 237 0.87 0.48 0 0.07 213.2 0.85 0.53
Hex 1F 7B ED 57 30 0 7 D5 55 35
Octal 37 173 355 127 60 0 7 325 125 65
Binary 11111 1111011 11101101 1010111 110000 0 111 11010101 1010101 110101

Color Harmonies of #1F7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7BED

Black with #1F7BED

Text Example


Text Example

White with #1F7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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