Html Css Color HEX #254CBB Cerulean Blue

📋 copy color: '#254CBB'

red 37 ◦ green 76 ◦ blue 187

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

Shades of Cerulean Blue #254CBB

Tints of Cerulean Blue #254CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 12.33%
G = 25.33%
B = 62.33%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#254CBB (or 0x254CBB) is known color: Cerulean Blue. HEX triplet: 25, 4C and BB. RGB value is (37,76,187). Sum of RGB (Red+Green+Blue) = 37+76+187=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #254CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CBB is #DAB344. Grayscale: #4C4C4C. Windows color (decimal): -14332741 or 12274725. OLE color: 12274725.

HSL color Cylindrical-coordinate representation of color #254CBB: hue angle of 224.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254CBB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 76 187 -
CMYK 0.80 0.59 0 0.27
HSL 224.4º 0.67% 0.44% -
HSV(B) 224.4º 0.8% 0.73% -
XYZ 12.32 9.15 48.13 -
YUV 76.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 37 76 187 0.80 0.59 0 0.27 224.4 0.67 0.44
Hex 25 4C BB 50 3B 0 1B E0 43 2C
Octal 45 114 273 120 73 0 33 340 103 54
Binary 100101 1001100 10111011 1010000 111011 0 11011 11100000 1000011 101100

Color Harmonies of #254CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CBB

Black with #254CBB

Text Example


Text Example

White with #254CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254CBB; }

 p { color: rgb(37,76,187); }

 H1.HeaderClassName
 {
   color: #254CBB;
 }
 .AnyTagClassName
 {
   color: #254CBB;
 }
</style>

background-color css

<style>
 a { background-color: #254CBB; }

 a { background-color: rgb(37,76,187); }

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

border-color css

<style>
 span { border-color: #254CBB; }

 span { border-color: rgb(37,76,187); }

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