Html Css Color HEX #295FBF Cerulean Blue

📋 copy color: '#295FBF'

red 41 ◦ green 95 ◦ blue 191

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

Shades of Cerulean Blue #295FBF

Tints of Cerulean Blue #295FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 12.54%
G = 29.05%
B = 58.41%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#295FBF (or 0x295FBF) is known color: Cerulean Blue. HEX triplet: 29, 5F and BF. RGB value is (41,95,191). Sum of RGB (Red+Green+Blue) = 41+95+191=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #295FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FBF is #D6A040. Grayscale: #595959. Windows color (decimal): -14065729 or 12541737. OLE color: 12541737.

HSL color Cylindrical-coordinate representation of color #295FBF: hue angle of 218.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295FBF is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 95 191 -
CMYK 0.79 0.50 0 0.25
HSL 218.4º 0.65% 0.45% -
HSV(B) 218.4º 0.79% 0.75% -
XYZ 14.41 12.42 50.93 -
YUV 89.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 41 95 191 0.79 0.50 0 0.25 218.4 0.65 0.45
Hex 29 5F BF 4F 32 0 19 DA 41 2D
Octal 51 137 277 117 62 0 31 332 101 55
Binary 101001 1011111 10111111 1001111 110010 0 11001 11011010 1000001 101101

Color Harmonies of #295FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FBF

Black with #295FBF

Text Example


Text Example

White with #295FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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