Html Css Color HEX #038AEC Dodger Blue

📋 copy color: '#038AEC'

red 3 ◦ green 138 ◦ blue 236

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

Shades of Dodger Blue #038AEC

Tints of Dodger Blue #038AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 0.8%
G = 36.6%
B = 62.6%

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

#038AEC (or 0x038AEC) is known color: Dodger Blue. HEX triplet: 03, 8A and EC. RGB value is (3,138,236). Sum of RGB (Red+Green+Blue) = 3+138+236=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #038AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AEC is #FC7513. Grayscale: #6C6C6C. Windows color (decimal): -16545044 or 15501827. OLE color: 15501827.

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

Color convert

RGB 3 138 236 -
CMYK 0.99 0.42 0 0.07
HSL 205.24º 0.97% 0.47% -
HSV(B) 205.24º 0.99% 0.93% -
XYZ 24.27 24.25 82.76 -
YUV 108.81 199.77 52.53 -
System Red Green Blue C M Y K H S L
Decimal 3 138 236 0.99 0.42 0 0.07 205.24 0.97 0.47
Hex 3 8A EC 63 2A 0 7 CD 61 2F
Octal 3 212 354 143 52 0 7 315 141 57
Binary 11 10001010 11101100 1100011 101010 0 111 11001101 1100001 101111

Color Harmonies of #038AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AEC

Black with #038AEC

Text Example


Text Example

White with #038AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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