Html Css Color HEX #038EFC Dodger Blue

📋 copy color: '#038EFC'

red 3 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #038EFC

Tints of Dodger Blue #038EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 0.76%
G = 35.77%
B = 63.48%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#038EFC (or 0x038EFC) is known color: Dodger Blue. HEX triplet: 03, 8E and FC. RGB value is (3,142,252). Sum of RGB (Red+Green+Blue) = 3+142+252=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #038EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EFC is #FC7103. Grayscale: #707070. Windows color (decimal): -16544004 or 16551427. OLE color: 16551427.

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

Color convert

RGB 3 142 252 -
CMYK 0.99 0.44 0 0.01
HSL 206.51º 0.98% 0.5% -
HSV(B) 206.51º 0.99% 0.99% -
XYZ 27.28 26.39 95.75 -
YUV 112.98 206.45 49.56 -
System Red Green Blue C M Y K H S L
Decimal 3 142 252 0.99 0.44 0 0.01 206.51 0.98 0.5
Hex 3 8E FC 63 2C 0 1 CF 62 32
Octal 3 216 374 143 54 0 1 317 142 62
Binary 11 10001110 11111100 1100011 101100 0 1 11001111 1100010 110010

Color Harmonies of #038EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EFC

Black with #038EFC

Text Example


Text Example

White with #038EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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