Html Css Color HEX #254FC3 Cerulean Blue

📋 copy color: '#254FC3'

red 37 ◦ green 79 ◦ blue 195

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

Shades of Cerulean Blue #254FC3

Tints of Cerulean Blue #254FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.7%

R = 11.9%
G = 25.4%
B = 62.7%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#254FC3 (or 0x254FC3) is known color: Cerulean Blue. HEX triplet: 25, 4F and C3. RGB value is (37,79,195). Sum of RGB (Red+Green+Blue) = 37+79+195=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #254FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FC3 is #DAB03C. Grayscale: #4F4F4F. Windows color (decimal): -14331965 or 12799781. OLE color: 12799781.

HSL color Cylindrical-coordinate representation of color #254FC3: hue angle of 224.05º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254FC3 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 79 195 -
CMYK 0.81 0.59 0 0.24
HSL 224.05º 0.68% 0.45% -
HSV(B) 224.05º 0.81% 0.76% -
XYZ 13.41 9.93 52.84 -
YUV 79.67 193.09 97.57 -
System Red Green Blue C M Y K H S L
Decimal 37 79 195 0.81 0.59 0 0.24 224.05 0.68 0.45
Hex 25 4F C3 51 3B 0 18 E0 44 2D
Octal 45 117 303 121 73 0 30 340 104 55
Binary 100101 1001111 11000011 1010001 111011 0 11000 11100000 1000100 101101

Color Harmonies of #254FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FC3

Black with #254FC3

Text Example


Text Example

White with #254FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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