Html Css Color HEX #295EFC Royal Blue

📋 copy color: '#295EFC'

red 41 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #295EFC

Tints of Royal Blue #295EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 10.59%
G = 24.29%
B = 65.12%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#295EFC (or 0x295EFC) is known color: Royal Blue. HEX triplet: 29, 5E and FC. RGB value is (41,94,252). Sum of RGB (Red+Green+Blue) = 41+94+252=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #295EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EFC is #D6A103. Grayscale: #5F5F5F. Windows color (decimal): -14065924 or 16539177. OLE color: 16539177.

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

Color convert

RGB 41 94 252 -
CMYK 0.84 0.63 0 0.01
HSL 224.93º 0.97% 0.57% -
HSV(B) 224.93º 0.84% 0.99% -
XYZ 22.49 15.51 93.9 -
YUV 96.17 215.94 88.65 -
System Red Green Blue C M Y K H S L
Decimal 41 94 252 0.84 0.63 0 0.01 224.93 0.97 0.57
Hex 29 5E FC 54 3F 0 1 E1 61 39
Octal 51 136 374 124 77 0 1 341 141 71
Binary 101001 1011110 11111100 1010100 111111 0 1 11100001 1100001 111001

Color Harmonies of #295EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EFC

Black with #295EFC

Text Example


Text Example

White with #295EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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