Html Css Color HEX #2454BF Cerulean Blue

📋 copy color: '#2454BF'

red 36 ◦ green 84 ◦ blue 191

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

Shades of Cerulean Blue #2454BF

Tints of Cerulean Blue #2454BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 11.58%
G = 27.01%
B = 61.41%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2454BF (or 0x2454BF) is known color: Cerulean Blue. HEX triplet: 24, 54 and BF. RGB value is (36,84,191). Sum of RGB (Red+Green+Blue) = 36+84+191=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #2454BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454BF is #DBAB40. Grayscale: #515151. Windows color (decimal): -14396225 or 12538916. OLE color: 12538916.

HSL color Cylindrical-coordinate representation of color #2454BF: hue angle of 221.42º 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 #2454BF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 84 191 -
CMYK 0.81 0.56 0 0.25
HSL 221.42º 0.68% 0.45% -
HSV(B) 221.42º 0.81% 0.75% -
XYZ 13.3 10.48 50.61 -
YUV 81.85 189.6 95.3 -
System Red Green Blue C M Y K H S L
Decimal 36 84 191 0.81 0.56 0 0.25 221.42 0.68 0.45
Hex 24 54 BF 51 38 0 19 DD 44 2D
Octal 44 124 277 121 70 0 31 335 104 55
Binary 100100 1010100 10111111 1010001 111000 0 11001 11011101 1000100 101101

Color Harmonies of #2454BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454BF

Black with #2454BF

Text Example


Text Example

White with #2454BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,84,191); }

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

background-color css

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

 a { background-color: rgb(36,84,191); }

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

border-color css

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

 span { border-color: rgb(36,84,191); }

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