Html Css Color HEX #255DFC Royal Blue

📋 copy color: '#255DFC'

red 37 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #255DFC

Tints of Royal Blue #255DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 9.69%
G = 24.35%
B = 65.97%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#255DFC (or 0x255DFC) is known color: Royal Blue. HEX triplet: 25, 5D and FC. RGB value is (37,93,252). Sum of RGB (Red+Green+Blue) = 37+93+252=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #255DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DFC is #DAA203. Grayscale: #5D5D5D. Windows color (decimal): -14328324 or 16538917. OLE color: 16538917.

HSL color Cylindrical-coordinate representation of color #255DFC: hue angle of 224.37º degrees, saturation: 0.97, 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 #255DFC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 93 252 -
CMYK 0.85 0.63 0 0.01
HSL 224.37º 0.97% 0.57% -
HSV(B) 224.37º 0.85% 0.99% -
XYZ 22.25 15.25 93.87 -
YUV 94.38 216.95 87.07 -
System Red Green Blue C M Y K H S L
Decimal 37 93 252 0.85 0.63 0 0.01 224.37 0.97 0.57
Hex 25 5D FC 55 3F 0 1 E0 61 39
Octal 45 135 374 125 77 0 1 340 141 71
Binary 100101 1011101 11111100 1010101 111111 0 1 11100000 1100001 111001

Color Harmonies of #255DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DFC

Black with #255DFC

Text Example


Text Example

White with #255DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,252); }

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

background-color css

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

 a { background-color: rgb(37,93,252); }

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

border-color css

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

 span { border-color: rgb(37,93,252); }

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