Html Css Color HEX #2A4BBA Cerulean Blue

📋 copy color: '#2A4BBA'

red 42 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #2A4BBA

Tints of Cerulean Blue #2A4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

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

R = 13.86%
G = 24.75%
B = 61.39%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A4BBA (or 0x2A4BBA) is known color: Cerulean Blue. HEX triplet: 2A, 4B and BA. RGB value is (42,75,186). Sum of RGB (Red+Green+Blue) = 42+75+186=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BBA is #D5B445. Grayscale: #4D4D4D. Windows color (decimal): -14005318 or 12208938. OLE color: 12208938.

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

Color convert

RGB 42 75 186 -
CMYK 0.77 0.60 0 0.27
HSL 226.25º 0.63% 0.45% -
HSV(B) 226.25º 0.77% 0.73% -
XYZ 12.33 9.07 47.55 -
YUV 77.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 42 75 186 0.77 0.60 0 0.27 226.25 0.63 0.45
Hex 2A 4B BA 4D 3C 0 1B E2 3F 2D
Octal 52 113 272 115 74 0 33 342 77 55
Binary 101010 1001011 10111010 1001101 111100 0 11011 11100010 111111 101101

Color Harmonies of #2A4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4BBA

Black with #2A4BBA

Text Example


Text Example

White with #2A4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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