Html Css Color HEX #038FE5 Dodger Blue

📋 copy color: '#038FE5'

red 3 ◦ green 143 ◦ blue 229

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

Shades of Dodger Blue #038FE5

Tints of Dodger Blue #038FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.07%

R = 0.8%
G = 38.13%
B = 61.07%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#038FE5 (or 0x038FE5) is known color: Dodger Blue. HEX triplet: 03, 8F and E5. RGB value is (3,143,229). Sum of RGB (Red+Green+Blue) = 3+143+229=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #038FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FE5 is #FC701A. Grayscale: #6E6E6E. Windows color (decimal): -16543771 or 15044355. OLE color: 15044355.

HSL color Cylindrical-coordinate representation of color #038FE5: hue angle of 202.83º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FE5 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 143 229 -
CMYK 0.99 0.38 0 0.10
HSL 202.83º 0.97% 0.45% -
HSV(B) 202.83º 0.99% 0.9% -
XYZ 24 25.32 77.75 -
YUV 110.94 194.62 51.01 -
System Red Green Blue C M Y K H S L
Decimal 3 143 229 0.99 0.38 0 0.10 202.83 0.97 0.45
Hex 3 8F E5 63 26 0 A CB 61 2D
Octal 3 217 345 143 46 0 12 313 141 55
Binary 11 10001111 11100101 1100011 100110 0 1010 11001011 1100001 101101

Color Harmonies of #038FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FE5

Black with #038FE5

Text Example


Text Example

White with #038FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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