Html Css Color HEX #255CFD Royal Blue

📋 copy color: '#255CFD'

red 37 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #255CFD

Tints of Royal Blue #255CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 9.69%
G = 24.08%
B = 66.23%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#255CFD (or 0x255CFD) is known color: Royal Blue. HEX triplet: 25, 5C and FD. RGB value is (37,92,253). Sum of RGB (Red+Green+Blue) = 37+92+253=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #255CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CFD is #DAA302. Grayscale: #5D5D5D. Windows color (decimal): -14328579 or 16604197. OLE color: 16604197.

HSL color Cylindrical-coordinate representation of color #255CFD: hue angle of 224.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CFD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 92 253 -
CMYK 0.85 0.64 0 0.01
HSL 224.72º 0.98% 0.57% -
HSV(B) 224.72º 0.85% 0.99% -
XYZ 22.32 15.14 94.67 -
YUV 93.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 37 92 253 0.85 0.64 0 0.01 224.72 0.98 0.57
Hex 25 5C FD 55 40 0 1 E1 62 39
Octal 45 134 375 125 100 0 1 341 142 71
Binary 100101 1011100 11111101 1010101 1000000 0 1 11100001 1100010 111001

Color Harmonies of #255CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CFD

Black with #255CFD

Text Example


Text Example

White with #255CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,92,253); }

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

background-color css

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

 a { background-color: rgb(37,92,253); }

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

border-color css

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

 span { border-color: rgb(37,92,253); }

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