Html Css Color HEX #2A45DD Cerulean Blue

📋 copy color: '#2A45DD'

red 42 ◦ green 69 ◦ blue 221

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

Shades of Cerulean Blue #2A45DD

Tints of Cerulean Blue #2A45DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 12.65%
G = 20.78%
B = 66.57%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A45DD (or 0x2A45DD) is known color: Cerulean Blue. HEX triplet: 2A, 45 and DD. RGB value is (42,69,221). Sum of RGB (Red+Green+Blue) = 42+69+221=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A45DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A45DD is #D5BA22. Grayscale: #4D4D4D. Windows color (decimal): -14006819 or 14501162. OLE color: 14501162.

HSL color Cylindrical-coordinate representation of color #2A45DD: hue angle of 230.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A45DD is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 69 221 -
CMYK 0.81 0.69 0 0.13
HSL 230.95º 0.72% 0.52% -
HSV(B) 230.95º 0.81% 0.87% -
XYZ 16.13 9.97 69.48 -
YUV 78.26 208.55 102.14 -
System Red Green Blue C M Y K H S L
Decimal 42 69 221 0.81 0.69 0 0.13 230.95 0.72 0.52
Hex 2A 45 DD 51 45 0 D E7 48 34
Octal 52 105 335 121 105 0 15 347 110 64
Binary 101010 1000101 11011101 1010001 1000101 0 1101 11100111 1001000 110100

Color Harmonies of #2A45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A45DD

Black with #2A45DD

Text Example


Text Example

White with #2A45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,69,221); }

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

background-color css

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

 a { background-color: rgb(42,69,221); }

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

border-color css

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

 span { border-color: rgb(42,69,221); }

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