Html Css Color HEX #2A60BE Cerulean Blue

📋 copy color: '#2A60BE'

red 42 ◦ green 96 ◦ blue 190

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

Shades of Cerulean Blue #2A60BE

Tints of Cerulean Blue #2A60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 12.8%
G = 29.27%
B = 57.93%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A60BE (or 0x2A60BE) is known color: Cerulean Blue. HEX triplet: 2A, 60 and BE. RGB value is (42,96,190). Sum of RGB (Red+Green+Blue) = 42+96+190=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A60BE is #D59F41. Grayscale: #5A5A5A. Windows color (decimal): -13999938 or 12476458. OLE color: 12476458.

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

Color convert

RGB 42 96 190 -
CMYK 0.78 0.49 0 0.25
HSL 218.11º 0.64% 0.45% -
HSV(B) 218.11º 0.78% 0.75% -
XYZ 14.43 12.58 50.38 -
YUV 90.57 184.11 93.36 -
System Red Green Blue C M Y K H S L
Decimal 42 96 190 0.78 0.49 0 0.25 218.11 0.64 0.45
Hex 2A 60 BE 4E 31 0 19 DA 40 2D
Octal 52 140 276 116 61 0 31 332 100 55
Binary 101010 1100000 10111110 1001110 110001 0 11001 11011010 1000000 101101

Color Harmonies of #2A60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A60BE

Black with #2A60BE

Text Example


Text Example

White with #2A60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,96,190); }

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

background-color css

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

 a { background-color: rgb(42,96,190); }

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

border-color css

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

 span { border-color: rgb(42,96,190); }

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