Html Css Color HEX #2A4FBA Cerulean Blue

📋 copy color: '#2A4FBA'

red 42 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #2A4FBA

Tints of Cerulean Blue #2A4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.73%

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

R = 13.68%
G = 25.73%
B = 60.59%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A4FBA (or 0x2A4FBA) is known color: Cerulean Blue. HEX triplet: 2A, 4F and BA. RGB value is (42,79,186). Sum of RGB (Red+Green+Blue) = 42+79+186=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FBA is #D5B045. Grayscale: #4F4F4F. Windows color (decimal): -14004294 or 12209962. OLE color: 12209962.

HSL color Cylindrical-coordinate representation of color #2A4FBA: hue angle of 224.58º 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 #2A4FBA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 79 186 -
CMYK 0.77 0.58 0 0.27
HSL 224.58º 0.63% 0.45% -
HSV(B) 224.58º 0.77% 0.73% -
XYZ 12.61 9.63 47.65 -
YUV 80.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 42 79 186 0.77 0.58 0 0.27 224.58 0.63 0.45
Hex 2A 4F BA 4D 3A 0 1B E1 3F 2D
Octal 52 117 272 115 72 0 33 341 77 55
Binary 101010 1001111 10111010 1001101 111010 0 11011 11100001 111111 101101

Color Harmonies of #2A4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4FBA

Black with #2A4FBA

Text Example


Text Example

White with #2A4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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