Html Css Color HEX #038AEE Dodger Blue

📋 copy color: '#038AEE'

red 3 ◦ green 138 ◦ blue 238

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

Shades of Dodger Blue #038AEE

Tints of Dodger Blue #038AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 0.79%
G = 36.41%
B = 62.8%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#038AEE (or 0x038AEE) is known color: Dodger Blue. HEX triplet: 03, 8A and EE. RGB value is (3,138,238). Sum of RGB (Red+Green+Blue) = 3+138+238=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #038AEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AEE is #FC7511. Grayscale: #6C6C6C. Windows color (decimal): -16545042 or 15632899. OLE color: 15632899.

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

Color convert

RGB 3 138 238 -
CMYK 0.99 0.42 0 0.07
HSL 205.53º 0.98% 0.47% -
HSV(B) 205.53º 0.99% 0.93% -
XYZ 24.56 24.37 84.3 -
YUV 109.04 200.77 52.37 -
System Red Green Blue C M Y K H S L
Decimal 3 138 238 0.99 0.42 0 0.07 205.53 0.98 0.47
Hex 3 8A EE 63 2A 0 7 CE 62 2F
Octal 3 212 356 143 52 0 7 316 142 57
Binary 11 10001010 11101110 1100011 101010 0 111 11001110 1100010 101111

Color Harmonies of #038AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AEE

Black with #038AEE

Text Example


Text Example

White with #038AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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