Html Css Color HEX #254FC1 Cerulean Blue

📋 copy color: '#254FC1'

red 37 ◦ green 79 ◦ blue 193

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

Shades of Cerulean Blue #254FC1

Tints of Cerulean Blue #254FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 11.97%
G = 25.57%
B = 62.46%

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

#254FC1 (or 0x254FC1) is known color: Cerulean Blue. HEX triplet: 25, 4F and C1. RGB value is (37,79,193). Sum of RGB (Red+Green+Blue) = 37+79+193=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #254FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FC1 is #DAB03E. Grayscale: #4E4E4E. Windows color (decimal): -14331967 or 12668709. OLE color: 12668709.

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

Color convert

RGB 37 79 193 -
CMYK 0.81 0.59 0 0.24
HSL 223.85º 0.68% 0.45% -
HSV(B) 223.85º 0.81% 0.76% -
XYZ 13.18 9.84 51.66 -
YUV 79.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 37 79 193 0.81 0.59 0 0.24 223.85 0.68 0.45
Hex 25 4F C1 51 3B 0 18 E0 44 2D
Octal 45 117 301 121 73 0 30 340 104 55
Binary 100101 1001111 11000001 1010001 111011 0 11000 11100000 1000100 101101

Color Harmonies of #254FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FC1

Black with #254FC1

Text Example


Text Example

White with #254FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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