Html Css Color HEX #2545BF Cerulean Blue

📋 copy color: '#2545BF'

red 37 ◦ green 69 ◦ blue 191

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

Shades of Cerulean Blue #2545BF

Tints of Cerulean Blue #2545BF

RGB

 RED value IS 37 (14.84% from 255) = 12.46%

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 12.46%
G = 23.23%
B = 64.31%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2545BF (or 0x2545BF) is known color: Cerulean Blue. HEX triplet: 25, 45 and BF. RGB value is (37,69,191). Sum of RGB (Red+Green+Blue) = 37+69+191=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #2545BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545BF is #DABA40. Grayscale: #484848. Windows color (decimal): -14334529 or 12535077. OLE color: 12535077.

HSL color Cylindrical-coordinate representation of color #2545BF: hue angle of 227.53º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2545BF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 69 191 -
CMYK 0.81 0.64 0 0.25
HSL 227.53º 0.68% 0.45% -
HSV(B) 227.53º 0.81% 0.75% -
XYZ 12.3 8.41 50.27 -
YUV 73.34 194.4 102.08 -
System Red Green Blue C M Y K H S L
Decimal 37 69 191 0.81 0.64 0 0.25 227.53 0.68 0.45
Hex 25 45 BF 51 40 0 19 E4 44 2D
Octal 45 105 277 121 100 0 31 344 104 55
Binary 100101 1000101 10111111 1010001 1000000 0 11001 11100100 1000100 101101

Color Harmonies of #2545BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2545BF

Black with #2545BF

Text Example


Text Example

White with #2545BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2545BF; }

 p { color: rgb(37,69,191); }

 H1.HeaderClassName
 {
   color: #2545BF;
 }
 .AnyTagClassName
 {
   color: #2545BF;
 }
</style>

background-color css

<style>
 a { background-color: #2545BF; }

 a { background-color: rgb(37,69,191); }

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

border-color css

<style>
 span { border-color: #2545BF; }

 span { border-color: rgb(37,69,191); }

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