Html Css Color HEX #039BF0 Dodger Blue

📋 copy color: '#039BF0'

red 3 ◦ green 155 ◦ blue 240

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

Shades of Dodger Blue #039BF0

Tints of Dodger Blue #039BF0

RGB

 RED value IS 3 (1.56% from 255) = 0.75%

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

 BLUE value IS 240 (94.14% from 255) = 60.3%

R = 0.75%
G = 38.94%
B = 60.3%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#039BF0 (or 0x039BF0) is known color: Dodger Blue. HEX triplet: 03, 9B and F0. RGB value is (3,155,240). Sum of RGB (Red+Green+Blue) = 3+155+240=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #039BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BF0 is #FC640F. Grayscale: #767676. Windows color (decimal): -16540688 or 15768323. OLE color: 15768323.

HSL color Cylindrical-coordinate representation of color #039BF0: hue angle of 201.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BF0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 155 240 -
CMYK 0.99 0.35 0 0.06
HSL 201.52º 0.98% 0.48% -
HSV(B) 201.52º 0.99% 0.94% -
XYZ 27.49 29.75 86.73 -
YUV 119.24 196.14 45.09 -
System Red Green Blue C M Y K H S L
Decimal 3 155 240 0.99 0.35 0 0.06 201.52 0.98 0.48
Hex 3 9B F0 63 23 0 6 CA 62 30
Octal 3 233 360 143 43 0 6 312 142 60
Binary 11 10011011 11110000 1100011 100011 0 110 11001010 1100010 110000

Color Harmonies of #039BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BF0

Black with #039BF0

Text Example


Text Example

White with #039BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039BF0; }

 p { color: rgb(3,155,240); }

 H1.HeaderClassName
 {
   color: #039BF0;
 }
 .AnyTagClassName
 {
   color: #039BF0;
 }
</style>

background-color css

<style>
 a { background-color: #039BF0; }

 a { background-color: rgb(3,155,240); }

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

border-color css

<style>
 span { border-color: #039BF0; }

 span { border-color: rgb(3,155,240); }

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