Html Css Color HEX #254FC6 Cerulean Blue

📋 copy color: '#254FC6'

red 37 ◦ green 79 ◦ blue 198

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

Shades of Cerulean Blue #254FC6

Tints of Cerulean Blue #254FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 11.78%
G = 25.16%
B = 63.06%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#254FC6 (or 0x254FC6) is known color: Cerulean Blue. HEX triplet: 25, 4F and C6. RGB value is (37,79,198). Sum of RGB (Red+Green+Blue) = 37+79+198=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #254FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FC6 is #DAB039. Grayscale: #4F4F4F. Windows color (decimal): -14331962 or 12996389. OLE color: 12996389.

HSL color Cylindrical-coordinate representation of color #254FC6: hue angle of 224.35º 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 #254FC6 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 79 198 -
CMYK 0.81 0.60 0 0.22
HSL 224.35º 0.69% 0.46% -
HSV(B) 224.35º 0.81% 0.78% -
XYZ 13.75 10.06 54.64 -
YUV 80.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 37 79 198 0.81 0.60 0 0.22 224.35 0.69 0.46
Hex 25 4F C6 51 3C 0 16 E0 45 2E
Octal 45 117 306 121 74 0 26 340 105 56
Binary 100101 1001111 11000110 1010001 111100 0 10110 11100000 1000101 101110

Color Harmonies of #254FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FC6

Black with #254FC6

Text Example


Text Example

White with #254FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,79,198); }

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

background-color css

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

 a { background-color: rgb(37,79,198); }

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

border-color css

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

 span { border-color: rgb(37,79,198); }

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