Html Css Color HEX #039BED Dodger Blue

📋 copy color: '#039BED'

red 3 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #039BED

Tints of Dodger Blue #039BED

RGB

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

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

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

R = 0.76%
G = 39.24%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#039BED (or 0x039BED) is known color: Dodger Blue. HEX triplet: 03, 9B and ED. RGB value is (3,155,237). Sum of RGB (Red+Green+Blue) = 3+155+237=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #039BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BED is #FC6412. Grayscale: #767676. Windows color (decimal): -16540691 or 15571715. OLE color: 15571715.

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

Color convert

RGB 3 155 237 -
CMYK 0.99 0.35 0 0.07
HSL 201.03º 0.98% 0.47% -
HSV(B) 201.03º 0.99% 0.93% -
XYZ 27.04 29.58 84.4 -
YUV 118.9 194.64 45.33 -
System Red Green Blue C M Y K H S L
Decimal 3 155 237 0.99 0.35 0 0.07 201.03 0.98 0.47
Hex 3 9B ED 63 23 0 7 C9 62 2F
Octal 3 233 355 143 43 0 7 311 142 57
Binary 11 10011011 11101101 1100011 100011 0 111 11001001 1100010 101111

Color Harmonies of #039BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BED

Black with #039BED

Text Example


Text Example

White with #039BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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