Html Css Color HEX #038AEB Dodger Blue

📋 copy color: '#038AEB'

red 3 ◦ green 138 ◦ blue 235

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

Shades of Dodger Blue #038AEB

Tints of Dodger Blue #038AEB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 0.8%
G = 36.7%
B = 62.5%

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

#038AEB (or 0x038AEB) is known color: Dodger Blue. HEX triplet: 03, 8A and EB. RGB value is (3,138,235). Sum of RGB (Red+Green+Blue) = 3+138+235=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #038AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AEB is #FC7514. Grayscale: #6C6C6C. Windows color (decimal): -16545045 or 15436291. OLE color: 15436291.

HSL color Cylindrical-coordinate representation of color #038AEB: hue angle of 205.09º 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 #038AEB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 138 235 -
CMYK 0.99 0.41 0 0.08
HSL 205.09º 0.97% 0.47% -
HSV(B) 205.09º 0.99% 0.92% -
XYZ 24.12 24.19 82 -
YUV 108.69 199.27 52.61 -
System Red Green Blue C M Y K H S L
Decimal 3 138 235 0.99 0.41 0 0.08 205.09 0.97 0.47
Hex 3 8A EB 63 29 0 8 CD 61 2F
Octal 3 212 353 143 51 0 10 315 141 57
Binary 11 10001010 11101011 1100011 101001 0 1000 11001101 1100001 101111

Color Harmonies of #038AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AEB

Black with #038AEB

Text Example


Text Example

White with #038AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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