Html Css Color HEX #038EFB Dodger Blue

📋 copy color: '#038EFB'

red 3 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #038EFB

Tints of Dodger Blue #038EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 0.76%
G = 35.86%
B = 63.38%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#038EFB (or 0x038EFB) is known color: Dodger Blue. HEX triplet: 03, 8E and FB. RGB value is (3,142,251). Sum of RGB (Red+Green+Blue) = 3+142+251=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #038EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EFB is #FC7104. Grayscale: #707070. Windows color (decimal): -16544005 or 16485891. OLE color: 16485891.

HSL color Cylindrical-coordinate representation of color #038EFB: hue angle of 206.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EFB is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 142 251 -
CMYK 0.99 0.43 0 0.02
HSL 206.37º 0.98% 0.5% -
HSV(B) 206.37º 0.99% 0.98% -
XYZ 27.12 26.33 94.92 -
YUV 112.87 205.95 49.64 -
System Red Green Blue C M Y K H S L
Decimal 3 142 251 0.99 0.43 0 0.02 206.37 0.98 0.5
Hex 3 8E FB 63 2B 0 2 CE 62 32
Octal 3 216 373 143 53 0 2 316 142 62
Binary 11 10001110 11111011 1100011 101011 0 10 11001110 1100010 110010

Color Harmonies of #038EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EFB

Black with #038EFB

Text Example


Text Example

White with #038EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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