Html Css Color HEX #2A5FBA Cerulean Blue

📋 copy color: '#2A5FBA'

red 42 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #2A5FBA

Tints of Cerulean Blue #2A5FBA

RGB

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

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

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

R = 13%
G = 29.41%
B = 57.59%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A5FBA (or 0x2A5FBA) is known color: Cerulean Blue. HEX triplet: 2A, 5F and BA. RGB value is (42,95,186). Sum of RGB (Red+Green+Blue) = 42+95+186=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5FBA is #D5A045. Grayscale: #595959. Windows color (decimal): -14000198 or 12214058. OLE color: 12214058.

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

Color convert

RGB 42 95 186 -
CMYK 0.77 0.49 0 0.27
HSL 217.92º 0.63% 0.45% -
HSV(B) 217.92º 0.77% 0.73% -
XYZ 13.91 12.22 48.08 -
YUV 89.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 42 95 186 0.77 0.49 0 0.27 217.92 0.63 0.45
Hex 2A 5F BA 4D 31 0 1B DA 3F 2D
Octal 52 137 272 115 61 0 33 332 77 55
Binary 101010 1011111 10111010 1001101 110001 0 11011 11011010 111111 101101

Color Harmonies of #2A5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5FBA

Black with #2A5FBA

Text Example


Text Example

White with #2A5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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