Html Css Color HEX #2452BD Cerulean Blue

📋 copy color: '#2452BD'

red 36 ◦ green 82 ◦ blue 189

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

Shades of Cerulean Blue #2452BD

Tints of Cerulean Blue #2452BD

RGB

 RED value IS 36 (14.45% from 255) = 11.73%

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 11.73%
G = 26.71%
B = 61.56%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2452BD (or 0x2452BD) is known color: Cerulean Blue. HEX triplet: 24, 52 and BD. RGB value is (36,82,189). Sum of RGB (Red+Green+Blue) = 36+82+189=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #2452BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452BD is #DBAD42. Grayscale: #4F4F4F. Windows color (decimal): -14396739 or 12407332. OLE color: 12407332.

HSL color Cylindrical-coordinate representation of color #2452BD: hue angle of 221.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2452BD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 82 189 -
CMYK 0.81 0.57 0 0.26
HSL 221.96º 0.68% 0.44% -
HSV(B) 221.96º 0.81% 0.74% -
XYZ 12.93 10.08 49.41 -
YUV 80.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 36 82 189 0.81 0.57 0 0.26 221.96 0.68 0.44
Hex 24 52 BD 51 39 0 1A DE 44 2C
Octal 44 122 275 121 71 0 32 336 104 54
Binary 100100 1010010 10111101 1010001 111001 0 11010 11011110 1000100 101100

Color Harmonies of #2452BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452BD

Black with #2452BD

Text Example


Text Example

White with #2452BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2452BD; }

 p { color: rgb(36,82,189); }

 H1.HeaderClassName
 {
   color: #2452BD;
 }
 .AnyTagClassName
 {
   color: #2452BD;
 }
</style>

background-color css

<style>
 a { background-color: #2452BD; }

 a { background-color: rgb(36,82,189); }

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

border-color css

<style>
 span { border-color: #2452BD; }

 span { border-color: rgb(36,82,189); }

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