Html Css Color HEX #296EFC Royal Blue

📋 copy color: '#296EFC'

red 41 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #296EFC

Tints of Royal Blue #296EFC

RGB

 RED value IS 41 (16.41% from 255) = 10.17%

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 10.17%
G = 27.3%
B = 62.53%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#296EFC (or 0x296EFC) is known color: Royal Blue. HEX triplet: 29, 6E and FC. RGB value is (41,110,252). Sum of RGB (Red+Green+Blue) = 41+110+252=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #296EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EFC is #D69103. Grayscale: #686868. Windows color (decimal): -14061828 or 16543273. OLE color: 16543273.

HSL color Cylindrical-coordinate representation of color #296EFC: hue angle of 220.38º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296EFC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 110 252 -
CMYK 0.84 0.56 0 0.01
HSL 220.38º 0.97% 0.57% -
HSV(B) 220.38º 0.84% 0.99% -
XYZ 24.06 18.65 94.43 -
YUV 105.56 210.64 81.95 -
System Red Green Blue C M Y K H S L
Decimal 41 110 252 0.84 0.56 0 0.01 220.38 0.97 0.57
Hex 29 6E FC 54 38 0 1 DC 61 39
Octal 51 156 374 124 70 0 1 334 141 71
Binary 101001 1101110 11111100 1010100 111000 0 1 11011100 1100001 111001

Color Harmonies of #296EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EFC

Black with #296EFC

Text Example


Text Example

White with #296EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296EFC; }

 p { color: rgb(41,110,252); }

 H1.HeaderClassName
 {
   color: #296EFC;
 }
 .AnyTagClassName
 {
   color: #296EFC;
 }
</style>

background-color css

<style>
 a { background-color: #296EFC; }

 a { background-color: rgb(41,110,252); }

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

border-color css

<style>
 span { border-color: #296EFC; }

 span { border-color: rgb(41,110,252); }

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