Html Css Color HEX #038BEC Dodger Blue

📋 copy color: '#038BEC'

red 3 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #038BEC

Tints of Dodger Blue #038BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 0.79%
G = 36.77%
B = 62.43%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#038BEC (or 0x038BEC) is known color: Dodger Blue. HEX triplet: 03, 8B and EC. RGB value is (3,139,236). Sum of RGB (Red+Green+Blue) = 3+139+236=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #038BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BEC is #FC7413. Grayscale: #6C6C6C. Windows color (decimal): -16544788 or 15502083. OLE color: 15502083.

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

Color convert

RGB 3 139 236 -
CMYK 0.99 0.41 0 0.07
HSL 204.98º 0.97% 0.47% -
HSV(B) 204.98º 0.99% 0.93% -
XYZ 24.41 24.54 82.81 -
YUV 109.39 199.44 52.11 -
System Red Green Blue C M Y K H S L
Decimal 3 139 236 0.99 0.41 0 0.07 204.98 0.97 0.47
Hex 3 8B EC 63 29 0 7 CD 61 2F
Octal 3 213 354 143 51 0 7 315 141 57
Binary 11 10001011 11101100 1100011 101001 0 111 11001101 1100001 101111

Color Harmonies of #038BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BEC

Black with #038BEC

Text Example


Text Example

White with #038BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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