Html Css Color HEX #0495FA Dodger Blue

📋 copy color: '#0495FA'

red 4 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #0495FA

Tints of Dodger Blue #0495FA

RGB

 RED value IS 4 (1.95% from 255) = 0.99%

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

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

R = 0.99%
G = 36.97%
B = 62.03%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0495FA (or 0x0495FA) is known color: Dodger Blue. HEX triplet: 04, 95 and FA. RGB value is (4,149,250). Sum of RGB (Red+Green+Blue) = 4+149+250=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 149 (58.59% from 255 or 36.97% 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 #0495FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0495FA is #FB6A05. Grayscale: #747474. Windows color (decimal): -16476678 or 16422148. OLE color: 16422148.

HSL color Cylindrical-coordinate representation of color #0495FA: hue angle of 204.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495FA is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 149 250 -
CMYK 0.98 0.40 0 0.02
HSL 204.63º 0.97% 0.5% -
HSV(B) 204.63º 0.98% 0.98% -
XYZ 28.05 28.42 94.45 -
YUV 117.16 202.96 47.29 -
System Red Green Blue C M Y K H S L
Decimal 4 149 250 0.98 0.40 0 0.02 204.63 0.97 0.5
Hex 4 95 FA 62 28 0 2 CD 61 32
Octal 4 225 372 142 50 0 2 315 141 62
Binary 100 10010101 11111010 1100010 101000 0 10 11001101 1100001 110010

Color Harmonies of #0495FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495FA

Black with #0495FA

Text Example


Text Example

White with #0495FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,149,250); }

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

background-color css

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

 a { background-color: rgb(4,149,250); }

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

border-color css

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

 span { border-color: rgb(4,149,250); }

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