#254BC7

Color #254BC7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #254BC7

Tints of Cerulean Blue #254BC7

Color information

#254BC7 (or 0x254BC7) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4B and C7. RGB value is (37,75,199). Sum of RGB (Red+Green+Blue) = 37+75+199=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #254BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BC7 is #DAB438. Grayscale: #4D4D4D. Windows color (decimal): -14332985 or 13060901. OLE color: 13060901.

HSL color Cylindrical-coordinate representation of color #254BC7: hue angle of 225.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254BC7 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3775199-
CMYK0.810.6200.22
HSL225.93º68.64%46.27%-
HSV(B)225.93º81.41%78.04%-
XYZ13.599.5555.16-
YUV77.77196.4198.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 199 (78.12% from 255) = 63.99%
R=11.90%
G=24.12%
B=63.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37751990.810.6200.22225.9368.6446.27
Hex254BC7513E016e2452e
Octal451133071217602634210556
Binary1001011001011110001111010001111110010110111000101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,199); }

 H1.HeaderClassName
 {
   color: #254BC7;
 }
 .AnyTagClassName
 {
   color: #254BC7;
 }
</style>
background-color css

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

 a { background-color: rgb(37,75,199); }

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

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

 span { border-color: rgb(37,75,199); }

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