Html Css Color HEX #0399FB Dodger Blue

📋 copy color: '#0399FB'

red 3 ◦ green 153 ◦ blue 251

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

Shades of Dodger Blue #0399FB

Tints of Dodger Blue #0399FB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 0.74%
G = 37.59%
B = 61.67%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0399FB (or 0x0399FB) is known color: Dodger Blue. HEX triplet: 03, 99 and FB. RGB value is (3,153,251). Sum of RGB (Red+Green+Blue) = 3+153+251=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #0399FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0399FB is #FC6604. Grayscale: #767676. Windows color (decimal): -16541189 or 16488707. OLE color: 16488707.

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

Color convert

RGB 3 153 251 -
CMYK 0.99 0.39 0 0.02
HSL 203.71º 0.98% 0.5% -
HSV(B) 203.71º 0.99% 0.98% -
XYZ 28.84 29.77 95.49 -
YUV 119.32 202.31 45.03 -
System Red Green Blue C M Y K H S L
Decimal 3 153 251 0.99 0.39 0 0.02 203.71 0.98 0.5
Hex 3 99 FB 63 27 0 2 CC 62 32
Octal 3 231 373 143 47 0 2 314 142 62
Binary 11 10011001 11111011 1100011 100111 0 10 11001100 1100010 110010

Color Harmonies of #0399FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399FB

Black with #0399FB

Text Example


Text Example

White with #0399FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0399FB; }

 p { color: rgb(3,153,251); }

 H1.HeaderClassName
 {
   color: #0399FB;
 }
 .AnyTagClassName
 {
   color: #0399FB;
 }
</style>

background-color css

<style>
 a { background-color: #0399FB; }

 a { background-color: rgb(3,153,251); }

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

border-color css

<style>
 span { border-color: #0399FB; }

 span { border-color: rgb(3,153,251); }

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