Html Css Color HEX #1F9BFE Dodger Blue

📋 copy color: '#1F9BFE'

red 31 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #1F9BFE

Tints of Dodger Blue #1F9BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 7.05%
G = 35.23%
B = 57.73%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F9BFE (or 0x1F9BFE) is known color: Dodger Blue. HEX triplet: 1F, 9B and FE. RGB value is (31,155,254). Sum of RGB (Red+Green+Blue) = 31+155+254=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BFE is #E06401. Grayscale: #808080. Windows color (decimal): -14705666 or 16685855. OLE color: 16685855.

HSL color Cylindrical-coordinate representation of color #1F9BFE: hue angle of 206.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9BFE is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 31 155 254 -
CMYK 0.88 0.39 0 0.00
HSL 206.64º 0.99% 0.56% -
HSV(B) 206.64º 0.88% 1% -
XYZ 30.18 30.89 98.14 -
YUV 129.21 198.42 57.95 -
System Red Green Blue C M Y K H S L
Decimal 31 155 254 0.88 0.39 0 0.00 206.64 0.99 0.56
Hex 1F 9B FE 58 27 0 0 CF 63 38
Octal 37 233 376 130 47 0 0 317 143 70
Binary 11111 10011011 11111110 1011000 100111 0 0 11001111 1100011 111000

Color Harmonies of #1F9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9BFE

Black with #1F9BFE

Text Example


Text Example

White with #1F9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,155,254); }

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

background-color css

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

 a { background-color: rgb(31,155,254); }

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

border-color css

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

 span { border-color: rgb(31,155,254); }

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