Html Css Color HEX #295FFC Royal Blue

📋 copy color: '#295FFC'

red 41 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #295FFC

Tints of Royal Blue #295FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 10.57%
G = 24.48%
B = 64.95%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#295FFC (or 0x295FFC) is known color: Royal Blue. HEX triplet: 29, 5F and FC. RGB value is (41,95,252). Sum of RGB (Red+Green+Blue) = 41+95+252=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #295FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFC is #D6A003. Grayscale: #606060. Windows color (decimal): -14065668 or 16539433. OLE color: 16539433.

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

Color convert

RGB 41 95 252 -
CMYK 0.84 0.62 0 0.01
HSL 224.64º 0.97% 0.57% -
HSV(B) 224.64º 0.84% 0.99% -
XYZ 22.58 15.68 93.93 -
YUV 96.75 215.61 88.23 -
System Red Green Blue C M Y K H S L
Decimal 41 95 252 0.84 0.62 0 0.01 224.64 0.97 0.57
Hex 29 5F FC 54 3E 0 1 E1 61 39
Octal 51 137 374 124 76 0 1 341 141 71
Binary 101001 1011111 11111100 1010100 111110 0 1 11100001 1100001 111001

Color Harmonies of #295FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FFC

Black with #295FFC

Text Example


Text Example

White with #295FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295FFC; }

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

 H1.HeaderClassName
 {
   color: #295FFC;
 }
 .AnyTagClassName
 {
   color: #295FFC;
 }
</style>

background-color css

<style>
 a { background-color: #295FFC; }

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

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

border-color css

<style>
 span { border-color: #295FFC; }

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

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