Html Css Color HEX #0095FC Dodger Blue

📋 copy color: '#0095FC'

red 0 ◦ green 149 ◦ blue 252

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

Shades of Dodger Blue #0095FC

Tints of Dodger Blue #0095FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.16%
B = 62.84%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0095FC (or 0x0095FC) is known color: Dodger Blue. HEX triplet: 00, 95 and FC. RGB value is (0,149,252). Sum of RGB (Red+Green+Blue) = 0+149+252=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #0095FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0095FC is #FF6A03. Grayscale: #737373. Windows color (decimal): -16738820 or 16553216. OLE color: 16553216.

HSL color Cylindrical-coordinate representation of color #0095FC: hue angle of 204.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095FC is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 149 252 -
CMYK 1 0.41 0 0.01
HSL 204.52º 1% 0.49% -
HSV(B) 204.52º 1% 0.99% -
XYZ 28.32 28.52 96.11 -
YUV 116.19 204.64 45.12 -
System Red Green Blue C M Y K H S L
Decimal 0 149 252 1 0.41 0 0.01 204.52 1 0.49
Hex 0 95 FC 64 29 0 1 CD 64 31
Octal 0 225 374 144 51 0 1 315 144 61
Binary 0 10010101 11111100 1100100 101001 0 1 11001101 1100100 110001

Color Harmonies of #0095FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0095FC

Black with #0095FC

Text Example


Text Example

White with #0095FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0095FC; }

 p { color: rgb(0,149,252); }

 H1.HeaderClassName
 {
   color: #0095FC;
 }
 .AnyTagClassName
 {
   color: #0095FC;
 }
</style>

background-color css

<style>
 a { background-color: #0095FC; }

 a { background-color: rgb(0,149,252); }

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

border-color css

<style>
 span { border-color: #0095FC; }

 span { border-color: rgb(0,149,252); }

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