Html Css Color HEX #2A60BD Cerulean Blue

📋 copy color: '#2A60BD'

red 42 ◦ green 96 ◦ blue 189

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

Shades of Cerulean Blue #2A60BD

Tints of Cerulean Blue #2A60BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 12.84%
G = 29.36%
B = 57.8%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A60BD (or 0x2A60BD) is known color: Cerulean Blue. HEX triplet: 2A, 60 and BD. RGB value is (42,96,189). Sum of RGB (Red+Green+Blue) = 42+96+189=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A60BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A60BD is #D59F42. Grayscale: #5A5A5A. Windows color (decimal): -13999939 or 12410922. OLE color: 12410922.

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

Color convert

RGB 42 96 189 -
CMYK 0.78 0.49 0 0.26
HSL 217.96º 0.64% 0.45% -
HSV(B) 217.96º 0.78% 0.74% -
XYZ 14.32 12.53 49.81 -
YUV 90.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 42 96 189 0.78 0.49 0 0.26 217.96 0.64 0.45
Hex 2A 60 BD 4E 31 0 1A DA 40 2D
Octal 52 140 275 116 61 0 32 332 100 55
Binary 101010 1100000 10111101 1001110 110001 0 11010 11011010 1000000 101101

Color Harmonies of #2A60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A60BD

Black with #2A60BD

Text Example


Text Example

White with #2A60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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