Html Css Color HEX #0395FF Dodger Blue

📋 copy color: '#0395FF'

red 3 ◦ green 149 ◦ blue 255

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

Shades of Dodger Blue #0395FF

Tints of Dodger Blue #0395FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 0.74%
G = 36.61%
B = 62.65%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0395FF (or 0x0395FF) is known color: Dodger Blue. HEX triplet: 03, 95 and FF. RGB value is (3,149,255). Sum of RGB (Red+Green+Blue) = 3+149+255=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #0395FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0395FF is #FC6A00. Grayscale: #747474. Windows color (decimal): -16542209 or 16749827. OLE color: 16749827.

HSL color Cylindrical-coordinate representation of color #0395FF: hue angle of 205.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0395FF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 149 255 -
CMYK 0.99 0.42 0 0
HSL 205.24º 1% 0.51% -
HSV(B) 205.24º 0.99% 1% -
XYZ 28.84 28.73 98.63 -
YUV 117.43 205.63 46.38 -
System Red Green Blue C M Y K H S L
Decimal 3 149 255 0.99 0.42 0 0 205.24 1 0.51
Hex 3 95 FF 63 2A 0 0 CD 64 33
Octal 3 225 377 143 52 0 0 315 144 63
Binary 11 10010101 11111111 1100011 101010 0 0 11001101 1100100 110011

Color Harmonies of #0395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395FF

Black with #0395FF

Text Example


Text Example

White with #0395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0395FF; }

 p { color: rgb(3,149,255); }

 H1.HeaderClassName
 {
   color: #0395FF;
 }
 .AnyTagClassName
 {
   color: #0395FF;
 }
</style>

background-color css

<style>
 a { background-color: #0395FF; }

 a { background-color: rgb(3,149,255); }

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

border-color css

<style>
 span { border-color: #0395FF; }

 span { border-color: rgb(3,149,255); }

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