Html Css Color HEX #295FBA Cerulean Blue

📋 copy color: '#295FBA'

red 41 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #295FBA

Tints of Cerulean Blue #295FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 12.73%
G = 29.5%
B = 57.76%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295FBA (or 0x295FBA) is known color: Cerulean Blue. HEX triplet: 29, 5F and BA. RGB value is (41,95,186). Sum of RGB (Red+Green+Blue) = 41+95+186=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #295FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FBA is #D6A045. Grayscale: #585858. Windows color (decimal): -14065734 or 12214057. OLE color: 12214057.

HSL color Cylindrical-coordinate representation of color #295FBA: hue angle of 217.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295FBA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 95 186 -
CMYK 0.78 0.49 0 0.27
HSL 217.66º 0.64% 0.45% -
HSV(B) 217.66º 0.78% 0.73% -
XYZ 13.87 12.2 48.08 -
YUV 89.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 41 95 186 0.78 0.49 0 0.27 217.66 0.64 0.45
Hex 29 5F BA 4E 31 0 1B DA 40 2D
Octal 51 137 272 116 61 0 33 332 100 55
Binary 101001 1011111 10111010 1001110 110001 0 11011 11011010 1000000 101101

Color Harmonies of #295FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FBA

Black with #295FBA

Text Example


Text Example

White with #295FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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