Html Css Color HEX #038AE8 Dodger Blue

📋 copy color: '#038AE8'

red 3 ◦ green 138 ◦ blue 232

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

Shades of Dodger Blue #038AE8

Tints of Dodger Blue #038AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.2%

R = 0.8%
G = 37%
B = 62.2%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#038AE8 (or 0x038AE8) is known color: Dodger Blue. HEX triplet: 03, 8A and E8. RGB value is (3,138,232). Sum of RGB (Red+Green+Blue) = 3+138+232=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #038AE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AE8 is #FC7517. Grayscale: #6B6B6B. Windows color (decimal): -16545048 or 15239683. OLE color: 15239683.

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

Color convert

RGB 3 138 232 -
CMYK 0.99 0.41 0 0.09
HSL 204.63º 0.97% 0.46% -
HSV(B) 204.63º 0.99% 0.91% -
XYZ 23.69 24.02 79.73 -
YUV 108.35 197.77 52.86 -
System Red Green Blue C M Y K H S L
Decimal 3 138 232 0.99 0.41 0 0.09 204.63 0.97 0.46
Hex 3 8A E8 63 29 0 9 CD 61 2E
Octal 3 212 350 143 51 0 11 315 141 56
Binary 11 10001010 11101000 1100011 101001 0 1001 11001101 1100001 101110

Color Harmonies of #038AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AE8

Black with #038AE8

Text Example


Text Example

White with #038AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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