Html Css Color HEX #2D5AC0 Cerulean Blue

📋 copy color: '#2D5AC0'

red 45 ◦ green 90 ◦ blue 192

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

Shades of Cerulean Blue #2D5AC0

Tints of Cerulean Blue #2D5AC0

RGB

 RED value IS 45 (17.97% from 255) = 13.76%

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 192 (75.39% from 255) = 58.72%

R = 13.76%
G = 27.52%
B = 58.72%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D5AC0 (or 0x2D5AC0) is known color: Cerulean Blue. HEX triplet: 2D, 5A and C0. RGB value is (45,90,192). Sum of RGB (Red+Green+Blue) = 45+90+192=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #2D5AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5AC0 is #D2A53F. Grayscale: #575757. Windows color (decimal): -13804864 or 12605997. OLE color: 12605997.

HSL color Cylindrical-coordinate representation of color #2D5AC0: hue angle of 221.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5AC0 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 90 192 -
CMYK 0.77 0.53 0 0.25
HSL 221.63º 0.62% 0.46% -
HSV(B) 221.63º 0.77% 0.75% -
XYZ 14.25 11.68 51.37 -
YUV 88.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 45 90 192 0.77 0.53 0 0.25 221.63 0.62 0.46
Hex 2D 5A C0 4D 35 0 19 DE 3E 2E
Octal 55 132 300 115 65 0 31 336 76 56
Binary 101101 1011010 11000000 1001101 110101 0 11001 11011110 111110 101110

Color Harmonies of #2D5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5AC0

Black with #2D5AC0

Text Example


Text Example

White with #2D5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,90,192); }

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

background-color css

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

 a { background-color: rgb(45,90,192); }

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

border-color css

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

 span { border-color: rgb(45,90,192); }

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