Html Css Color HEX #255FC1 Cerulean Blue

📋 copy color: '#255FC1'

red 37 ◦ green 95 ◦ blue 193

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

Shades of Cerulean Blue #255FC1

Tints of Cerulean Blue #255FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

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

R = 11.38%
G = 29.23%
B = 59.38%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#255FC1 (or 0x255FC1) is known color: Cerulean Blue. HEX triplet: 25, 5F and C1. RGB value is (37,95,193). Sum of RGB (Red+Green+Blue) = 37+95+193=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #255FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FC1 is #DAA03E. Grayscale: #585858. Windows color (decimal): -14327871 or 12672805. OLE color: 12672805.

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

Color convert

RGB 37 95 193 -
CMYK 0.81 0.51 0 0.24
HSL 217.69º 0.68% 0.45% -
HSV(B) 217.69º 0.81% 0.76% -
XYZ 14.48 12.43 52.09 -
YUV 88.83 186.78 91.03 -
System Red Green Blue C M Y K H S L
Decimal 37 95 193 0.81 0.51 0 0.24 217.69 0.68 0.45
Hex 25 5F C1 51 33 0 18 DA 44 2D
Octal 45 137 301 121 63 0 30 332 104 55
Binary 100101 1011111 11000001 1010001 110011 0 11000 11011010 1000100 101101

Color Harmonies of #255FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FC1

Black with #255FC1

Text Example


Text Example

White with #255FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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