Html Css Color HEX #038CFE Dodger Blue

📋 copy color: '#038CFE'

red 3 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #038CFE

Tints of Dodger Blue #038CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 0.76%
G = 35.26%
B = 63.98%

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

#038CFE (or 0x038CFE) is known color: Dodger Blue. HEX triplet: 03, 8C and FE. RGB value is (3,140,254). Sum of RGB (Red+Green+Blue) = 3+140+254=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #038CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CFE is #FC7301. Grayscale: #6F6F6F. Windows color (decimal): -16544514 or 16681987. OLE color: 16681987.

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

Color convert

RGB 3 140 254 -
CMYK 0.99 0.45 0 0.00
HSL 207.25º 0.99% 0.5% -
HSV(B) 207.25º 0.99% 1% -
XYZ 27.31 25.93 97.33 -
YUV 112.03 208.11 50.23 -
System Red Green Blue C M Y K H S L
Decimal 3 140 254 0.99 0.45 0 0.00 207.25 0.99 0.5
Hex 3 8C FE 63 2D 0 0 CF 63 32
Octal 3 214 376 143 55 0 0 317 143 62
Binary 11 10001100 11111110 1100011 101101 0 0 11001111 1100011 110010

Color Harmonies of #038CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CFE

Black with #038CFE

Text Example


Text Example

White with #038CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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