Html Css Color HEX #0396FA Dodger Blue

📋 copy color: '#0396FA'

red 3 ◦ green 150 ◦ blue 250

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

Shades of Dodger Blue #0396FA

Tints of Dodger Blue #0396FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 0.74%
G = 37.22%
B = 62.03%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0396FA (or 0x0396FA) is known color: Dodger Blue. HEX triplet: 03, 96 and FA. RGB value is (3,150,250). Sum of RGB (Red+Green+Blue) = 3+150+250=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #0396FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0396FA is #FC6905. Grayscale: #747474. Windows color (decimal): -16541958 or 16422403. OLE color: 16422403.

HSL color Cylindrical-coordinate representation of color #0396FA: hue angle of 204.29º 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 #0396FA is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 150 250 -
CMYK 0.99 0.4 0 0.02
HSL 204.29º 0.98% 0.5% -
HSV(B) 204.29º 0.99% 0.98% -
XYZ 28.2 28.73 94.5 -
YUV 117.45 202.8 46.37 -
System Red Green Blue C M Y K H S L
Decimal 3 150 250 0.99 0.4 0 0.02 204.29 0.98 0.5
Hex 3 96 FA 63 28 0 2 CC 62 32
Octal 3 226 372 143 50 0 2 314 142 62
Binary 11 10010110 11111010 1100011 101000 0 10 11001100 1100010 110010

Color Harmonies of #0396FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0396FA

Black with #0396FA

Text Example


Text Example

White with #0396FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0396FA; }

 p { color: rgb(3,150,250); }

 H1.HeaderClassName
 {
   color: #0396FA;
 }
 .AnyTagClassName
 {
   color: #0396FA;
 }
</style>

background-color css

<style>
 a { background-color: #0396FA; }

 a { background-color: rgb(3,150,250); }

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

border-color css

<style>
 span { border-color: #0396FA; }

 span { border-color: rgb(3,150,250); }

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