Html Css Color HEX #0296FC Dodger Blue

📋 copy color: '#0296FC'

red 2 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #0296FC

Tints of Dodger Blue #0296FC

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

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

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

R = 0.5%
G = 37.13%
B = 62.38%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0296FC (or 0x0296FC) is known color: Dodger Blue. HEX triplet: 02, 96 and FC. RGB value is (2,150,252). Sum of RGB (Red+Green+Blue) = 2+150+252=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #0296FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0296FC is #FD6903. Grayscale: #747474. Windows color (decimal): -16607492 or 16553474. OLE color: 16553474.

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

Color convert

RGB 2 150 252 -
CMYK 0.99 0.40 0 0.01
HSL 204.48º 0.98% 0.5% -
HSV(B) 204.48º 0.99% 0.99% -
XYZ 28.5 28.85 96.16 -
YUV 117.38 203.97 45.71 -
System Red Green Blue C M Y K H S L
Decimal 2 150 252 0.99 0.40 0 0.01 204.48 0.98 0.5
Hex 2 96 FC 63 28 0 1 CC 62 32
Octal 2 226 374 143 50 0 1 314 142 62
Binary 10 10010110 11111100 1100011 101000 0 1 11001100 1100010 110010

Color Harmonies of #0296FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0296FC

Black with #0296FC

Text Example


Text Example

White with #0296FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,150,252); }

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

background-color css

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

 a { background-color: rgb(2,150,252); }

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

border-color css

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

 span { border-color: rgb(2,150,252); }

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