Html Css Color HEX #038EEB Dodger Blue

📋 copy color: '#038EEB'

red 3 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #038EEB

Tints of Dodger Blue #038EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

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

R = 0.79%
G = 37.37%
B = 61.84%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#038EEB (or 0x038EEB) is known color: Dodger Blue. HEX triplet: 03, 8E and EB. RGB value is (3,142,235). Sum of RGB (Red+Green+Blue) = 3+142+235=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #038EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EEB is #FC7114. Grayscale: #6E6E6E. Windows color (decimal): -16544021 or 15437315. OLE color: 15437315.

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

Color convert

RGB 3 142 235 -
CMYK 0.99 0.40 0 0.08
HSL 204.05º 0.97% 0.47% -
HSV(B) 204.05º 0.99% 0.92% -
XYZ 24.71 25.36 82.19 -
YUV 111.04 197.95 50.94 -
System Red Green Blue C M Y K H S L
Decimal 3 142 235 0.99 0.40 0 0.08 204.05 0.97 0.47
Hex 3 8E EB 63 28 0 8 CC 61 2F
Octal 3 216 353 143 50 0 10 314 141 57
Binary 11 10001110 11101011 1100011 101000 0 1000 11001100 1100001 101111

Color Harmonies of #038EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EEB

Black with #038EEB

Text Example


Text Example

White with #038EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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