Html Css Color HEX #296BFC Royal Blue

📋 copy color: '#296BFC'

red 41 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #296BFC

Tints of Royal Blue #296BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

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

R = 10.25%
G = 26.75%
B = 63%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#296BFC (or 0x296BFC) is known color: Royal Blue. HEX triplet: 29, 6B and FC. RGB value is (41,107,252). Sum of RGB (Red+Green+Blue) = 41+107+252=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #296BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BFC is #D69403. Grayscale: #676767. Windows color (decimal): -14062596 or 16542505. OLE color: 16542505.

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

Color convert

RGB 41 107 252 -
CMYK 0.84 0.58 0 0.01
HSL 221.23º 0.97% 0.57% -
HSV(B) 221.23º 0.84% 0.99% -
XYZ 23.74 18.02 94.32 -
YUV 103.8 211.63 83.21 -
System Red Green Blue C M Y K H S L
Decimal 41 107 252 0.84 0.58 0 0.01 221.23 0.97 0.57
Hex 29 6B FC 54 3A 0 1 DD 61 39
Octal 51 153 374 124 72 0 1 335 141 71
Binary 101001 1101011 11111100 1010100 111010 0 1 11011101 1100001 111001

Color Harmonies of #296BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BFC

Black with #296BFC

Text Example


Text Example

White with #296BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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