Html Css Color HEX #038FFC Dodger Blue

📋 copy color: '#038FFC'

red 3 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #038FFC

Tints of Dodger Blue #038FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 0.75%
G = 35.93%
B = 63.32%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#038FFC (or 0x038FFC) is known color: Dodger Blue. HEX triplet: 03, 8F and FC. RGB value is (3,143,252). Sum of RGB (Red+Green+Blue) = 3+143+252=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #038FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FFC is #FC7003. Grayscale: #707070. Windows color (decimal): -16543748 or 16551683. OLE color: 16551683.

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

Color convert

RGB 3 143 252 -
CMYK 0.99 0.43 0 0.01
HSL 206.27º 0.98% 0.5% -
HSV(B) 206.27º 0.99% 0.99% -
XYZ 27.43 26.69 95.8 -
YUV 113.57 206.12 49.14 -
System Red Green Blue C M Y K H S L
Decimal 3 143 252 0.99 0.43 0 0.01 206.27 0.98 0.5
Hex 3 8F FC 63 2B 0 1 CE 62 32
Octal 3 217 374 143 53 0 1 316 142 62
Binary 11 10001111 11111100 1100011 101011 0 1 11001110 1100010 110010

Color Harmonies of #038FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FFC

Black with #038FFC

Text Example


Text Example

White with #038FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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