Html Css Color HEX #296DFC Royal Blue

📋 copy color: '#296DFC'

red 41 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #296DFC

Tints of Royal Blue #296DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 10.2%
G = 27.11%
B = 62.69%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#296DFC (or 0x296DFC) is known color: Royal Blue. HEX triplet: 29, 6D and FC. RGB value is (41,109,252). Sum of RGB (Red+Green+Blue) = 41+109+252=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #296DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DFC is #D69203. Grayscale: #686868. Windows color (decimal): -14062084 or 16543017. OLE color: 16543017.

HSL color Cylindrical-coordinate representation of color #296DFC: hue angle of 220.66º 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 #296DFC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 109 252 -
CMYK 0.84 0.57 0 0.01
HSL 220.66º 0.97% 0.57% -
HSV(B) 220.66º 0.84% 0.99% -
XYZ 23.95 18.44 94.39 -
YUV 104.97 210.97 82.37 -
System Red Green Blue C M Y K H S L
Decimal 41 109 252 0.84 0.57 0 0.01 220.66 0.97 0.57
Hex 29 6D FC 54 39 0 1 DD 61 39
Octal 51 155 374 124 71 0 1 335 141 71
Binary 101001 1101101 11111100 1010100 111001 0 1 11011101 1100001 111001

Color Harmonies of #296DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DFC

Black with #296DFC

Text Example


Text Example

White with #296DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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