Html Css Color HEX #255FCF Cerulean Blue

📋 copy color: '#255FCF'

red 37 ◦ green 95 ◦ blue 207

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

Shades of Cerulean Blue #255FCF

Tints of Cerulean Blue #255FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 10.91%
G = 28.02%
B = 61.06%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#255FCF (or 0x255FCF) is known color: Cerulean Blue. HEX triplet: 25, 5F and CF. RGB value is (37,95,207). Sum of RGB (Red+Green+Blue) = 37+95+207=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #255FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FCF is #DAA030. Grayscale: #595959. Windows color (decimal): -14327857 or 13590309. OLE color: 13590309.

HSL color Cylindrical-coordinate representation of color #255FCF: hue angle of 219.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255FCF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 95 207 -
CMYK 0.82 0.54 0 0.19
HSL 219.53º 0.7% 0.48% -
HSV(B) 219.53º 0.82% 0.81% -
XYZ 16.12 13.08 60.71 -
YUV 90.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 37 95 207 0.82 0.54 0 0.19 219.53 0.7 0.48
Hex 25 5F CF 52 36 0 13 DC 46 30
Octal 45 137 317 122 66 0 23 334 106 60
Binary 100101 1011111 11001111 1010010 110110 0 10011 11011100 1000110 110000

Color Harmonies of #255FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FCF

Black with #255FCF

Text Example


Text Example

White with #255FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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