Html Css Color HEX #2A57DA Cerulean Blue

📋 copy color: '#2A57DA'

red 42 ◦ green 87 ◦ blue 218

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

Shades of Cerulean Blue #2A57DA

Tints of Cerulean Blue #2A57DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 12.1%
G = 25.07%
B = 62.82%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A57DA (or 0x2A57DA) is known color: Cerulean Blue. HEX triplet: 2A, 57 and DA. RGB value is (42,87,218). Sum of RGB (Red+Green+Blue) = 42+87+218=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A57DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57DA is #D5A825. Grayscale: #575757. Windows color (decimal): -14002214 or 14309162. OLE color: 14309162.

HSL color Cylindrical-coordinate representation of color #2A57DA: hue angle of 224.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A57DA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 87 218 -
CMYK 0.81 0.60 0 0.15
HSL 224.66º 0.7% 0.51% -
HSV(B) 224.66º 0.81% 0.85% -
XYZ 17.02 12.37 67.82 -
YUV 88.48 201.09 94.85 -
System Red Green Blue C M Y K H S L
Decimal 42 87 218 0.81 0.60 0 0.15 224.66 0.7 0.51
Hex 2A 57 DA 51 3C 0 F E1 46 33
Octal 52 127 332 121 74 0 17 341 106 63
Binary 101010 1010111 11011010 1010001 111100 0 1111 11100001 1000110 110011

Color Harmonies of #2A57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A57DA

Black with #2A57DA

Text Example


Text Example

White with #2A57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,87,218); }

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

background-color css

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

 a { background-color: rgb(42,87,218); }

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

border-color css

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

 span { border-color: rgb(42,87,218); }

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