Html Css Color HEX #038BFE Dodger Blue

📋 copy color: '#038BFE'

red 3 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #038BFE

Tints of Dodger Blue #038BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 0.76%
G = 35.1%
B = 64.14%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#038BFE (or 0x038BFE) is known color: Dodger Blue. HEX triplet: 03, 8B and FE. RGB value is (3,139,254). Sum of RGB (Red+Green+Blue) = 3+139+254=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #038BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BFE is #FC7401. Grayscale: #6E6E6E. Windows color (decimal): -16544770 or 16681731. OLE color: 16681731.

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

Color convert

RGB 3 139 254 -
CMYK 0.99 0.45 0 0.00
HSL 207.49º 0.99% 0.5% -
HSV(B) 207.49º 0.99% 1% -
XYZ 27.16 25.64 97.28 -
YUV 111.45 208.44 50.65 -
System Red Green Blue C M Y K H S L
Decimal 3 139 254 0.99 0.45 0 0.00 207.49 0.99 0.5
Hex 3 8B FE 63 2D 0 0 CF 63 32
Octal 3 213 376 143 55 0 0 317 143 62
Binary 11 10001011 11111110 1100011 101101 0 0 11001111 1100011 110010

Color Harmonies of #038BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BFE

Black with #038BFE

Text Example


Text Example

White with #038BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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