Html Css Color HEX #295BCF Cerulean Blue

📋 copy color: '#295BCF'

red 41 ◦ green 91 ◦ blue 207

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

Shades of Cerulean Blue #295BCF

Tints of Cerulean Blue #295BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 12.09%
G = 26.84%
B = 61.06%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295BCF (or 0x295BCF) is known color: Cerulean Blue. HEX triplet: 29, 5B and CF. RGB value is (41,91,207). Sum of RGB (Red+Green+Blue) = 41+91+207=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #295BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCF is #D6A430. Grayscale: #585858. Windows color (decimal): -14066737 or 13589289. OLE color: 13589289.

HSL color Cylindrical-coordinate representation of color #295BCF: hue angle of 221.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295BCF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 91 207 -
CMYK 0.80 0.56 0 0.19
HSL 221.93º 0.67% 0.49% -
HSV(B) 221.93º 0.8% 0.81% -
XYZ 15.92 12.46 60.6 -
YUV 89.27 194.44 93.57 -
System Red Green Blue C M Y K H S L
Decimal 41 91 207 0.80 0.56 0 0.19 221.93 0.67 0.49
Hex 29 5B CF 50 38 0 13 DE 43 31
Octal 51 133 317 120 70 0 23 336 103 61
Binary 101001 1011011 11001111 1010000 111000 0 10011 11011110 1000011 110001

Color Harmonies of #295BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BCF

Black with #295BCF

Text Example


Text Example

White with #295BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,207); }

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

background-color css

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

 a { background-color: rgb(41,91,207); }

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

border-color css

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

 span { border-color: rgb(41,91,207); }

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