Html Css Color HEX #038FEB Dodger Blue

📋 copy color: '#038FEB'

red 3 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #038FEB

Tints of Dodger Blue #038FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 0.79%
G = 37.53%
B = 61.68%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#038FEB (or 0x038FEB) is known color: Dodger Blue. HEX triplet: 03, 8F and EB. RGB value is (3,143,235). Sum of RGB (Red+Green+Blue) = 3+143+235=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #038FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FEB is #FC7014. Grayscale: #6F6F6F. Windows color (decimal): -16543765 or 15437571. OLE color: 15437571.

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

Color convert

RGB 3 143 235 -
CMYK 0.99 0.39 0 0.08
HSL 203.79º 0.97% 0.47% -
HSV(B) 203.79º 0.99% 0.92% -
XYZ 24.86 25.66 82.24 -
YUV 111.63 197.62 50.52 -
System Red Green Blue C M Y K H S L
Decimal 3 143 235 0.99 0.39 0 0.08 203.79 0.97 0.47
Hex 3 8F EB 63 27 0 8 CC 61 2F
Octal 3 217 353 143 47 0 10 314 141 57
Binary 11 10001111 11101011 1100011 100111 0 1000 11001100 1100001 101111

Color Harmonies of #038FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FEB

Black with #038FEB

Text Example


Text Example

White with #038FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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