Html Css Color HEX #2A64BF Cerulean Blue

📋 copy color: '#2A64BF'

red 42 ◦ green 100 ◦ blue 191

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

Shades of Cerulean Blue #2A64BF

Tints of Cerulean Blue #2A64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 12.61%
G = 30.03%
B = 57.36%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A64BF (or 0x2A64BF) is known color: Cerulean Blue. HEX triplet: 2A, 64 and BF. RGB value is (42,100,191). Sum of RGB (Red+Green+Blue) = 42+100+191=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A64BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64BF is #D59B40. Grayscale: #5C5C5C. Windows color (decimal): -13998913 or 12543018. OLE color: 12543018.

HSL color Cylindrical-coordinate representation of color #2A64BF: hue angle of 216.64º 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 #2A64BF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 100 191 -
CMYK 0.78 0.48 0 0.25
HSL 216.64º 0.64% 0.46% -
HSV(B) 216.64º 0.78% 0.75% -
XYZ 14.92 13.37 51.08 -
YUV 93.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 42 100 191 0.78 0.48 0 0.25 216.64 0.64 0.46
Hex 2A 64 BF 4E 30 0 19 D9 40 2E
Octal 52 144 277 116 60 0 31 331 100 56
Binary 101010 1100100 10111111 1001110 110000 0 11001 11011001 1000000 101110

Color Harmonies of #2A64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A64BF

Black with #2A64BF

Text Example


Text Example

White with #2A64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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