Html Css Color HEX #038AEF Dodger Blue

📋 copy color: '#038AEF'

red 3 ◦ green 138 ◦ blue 239

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

Shades of Dodger Blue #038AEF

Tints of Dodger Blue #038AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 0.79%
G = 36.32%
B = 62.89%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#038AEF (or 0x038AEF) is known color: Dodger Blue. HEX triplet: 03, 8A and EF. RGB value is (3,138,239). Sum of RGB (Red+Green+Blue) = 3+138+239=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #038AEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AEF is #FC7510. Grayscale: #6C6C6C. Windows color (decimal): -16545041 or 15698435. OLE color: 15698435.

HSL color Cylindrical-coordinate representation of color #038AEF: hue angle of 205.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AEF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 138 239 -
CMYK 0.99 0.42 0 0.06
HSL 205.68º 0.98% 0.47% -
HSV(B) 205.68º 0.99% 0.94% -
XYZ 24.71 24.43 85.07 -
YUV 109.15 201.27 52.29 -
System Red Green Blue C M Y K H S L
Decimal 3 138 239 0.99 0.42 0 0.06 205.68 0.98 0.47
Hex 3 8A EF 63 2A 0 6 CE 62 2F
Octal 3 212 357 143 52 0 6 316 142 57
Binary 11 10001010 11101111 1100011 101010 0 110 11001110 1100010 101111

Color Harmonies of #038AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AEF

Black with #038AEF

Text Example


Text Example

White with #038AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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