Html Css Color HEX #038BEB Dodger Blue

📋 copy color: '#038BEB'

red 3 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #038BEB

Tints of Dodger Blue #038BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 0.8%
G = 36.87%
B = 62.33%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#038BEB (or 0x038BEB) is known color: Dodger Blue. HEX triplet: 03, 8B and EB. RGB value is (3,139,235). Sum of RGB (Red+Green+Blue) = 3+139+235=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #038BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BEB is #FC7414. Grayscale: #6C6C6C. Windows color (decimal): -16544789 or 15436547. OLE color: 15436547.

HSL color Cylindrical-coordinate representation of color #038BEB: hue angle of 204.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BEB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 139 235 -
CMYK 0.99 0.41 0 0.08
HSL 204.83º 0.97% 0.47% -
HSV(B) 204.83º 0.99% 0.92% -
XYZ 24.27 24.48 82.04 -
YUV 109.28 198.94 52.19 -
System Red Green Blue C M Y K H S L
Decimal 3 139 235 0.99 0.41 0 0.08 204.83 0.97 0.47
Hex 3 8B EB 63 29 0 8 CD 61 2F
Octal 3 213 353 143 51 0 10 315 141 57
Binary 11 10001011 11101011 1100011 101001 0 1000 11001101 1100001 101111

Color Harmonies of #038BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BEB

Black with #038BEB

Text Example


Text Example

White with #038BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038BEB; }

 p { color: rgb(3,139,235); }

 H1.HeaderClassName
 {
   color: #038BEB;
 }
 .AnyTagClassName
 {
   color: #038BEB;
 }
</style>

background-color css

<style>
 a { background-color: #038BEB; }

 a { background-color: rgb(3,139,235); }

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

border-color css

<style>
 span { border-color: #038BEB; }

 span { border-color: rgb(3,139,235); }

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