Html Css Color HEX #2A5FBF Cerulean Blue

📋 copy color: '#2A5FBF'

red 42 ◦ green 95 ◦ blue 191

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

Shades of Cerulean Blue #2A5FBF

Tints of Cerulean Blue #2A5FBF

RGB

 RED value IS 42 (16.8% from 255) = 12.8%

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

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

R = 12.8%
G = 28.96%
B = 58.23%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A5FBF (or 0x2A5FBF) is known color: Cerulean Blue. HEX triplet: 2A, 5F and BF. RGB value is (42,95,191). Sum of RGB (Red+Green+Blue) = 42+95+191=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A5FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5FBF is #D5A040. Grayscale: #595959. Windows color (decimal): -14000193 or 12541738. OLE color: 12541738.

HSL color Cylindrical-coordinate representation of color #2A5FBF: hue angle of 218.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5FBF is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 95 191 -
CMYK 0.78 0.50 0 0.25
HSL 218.66º 0.64% 0.46% -
HSV(B) 218.66º 0.78% 0.75% -
XYZ 14.45 12.44 50.93 -
YUV 90.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 42 95 191 0.78 0.50 0 0.25 218.66 0.64 0.46
Hex 2A 5F BF 4E 32 0 19 DB 40 2E
Octal 52 137 277 116 62 0 31 333 100 56
Binary 101010 1011111 10111111 1001110 110010 0 11001 11011011 1000000 101110

Color Harmonies of #2A5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5FBF

Black with #2A5FBF

Text Example


Text Example

White with #2A5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A5FBF; }

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

 H1.HeaderClassName
 {
   color: #2A5FBF;
 }
 .AnyTagClassName
 {
   color: #2A5FBF;
 }
</style>

background-color css

<style>
 a { background-color: #2A5FBF; }

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

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

border-color css

<style>
 span { border-color: #2A5FBF; }

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

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