Html Css Color HEX #255FFC Royal Blue

📋 copy color: '#255FFC'

red 37 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #255FFC

Tints of Royal Blue #255FFC

RGB

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

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

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

R = 9.64%
G = 24.74%
B = 65.63%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#255FFC (or 0x255FFC) is known color: Royal Blue. HEX triplet: 25, 5F and FC. RGB value is (37,95,252). Sum of RGB (Red+Green+Blue) = 37+95+252=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #255FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FFC is #DAA003. Grayscale: #5E5E5E. Windows color (decimal): -14327812 or 16539429. OLE color: 16539429.

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

Color convert

RGB 37 95 252 -
CMYK 0.85 0.62 0 0.01
HSL 223.81º 0.97% 0.57% -
HSV(B) 223.81º 0.85% 0.99% -
XYZ 22.43 15.61 93.93 -
YUV 95.56 216.28 86.23 -
System Red Green Blue C M Y K H S L
Decimal 37 95 252 0.85 0.62 0 0.01 223.81 0.97 0.57
Hex 25 5F FC 55 3E 0 1 E0 61 39
Octal 45 137 374 125 76 0 1 340 141 71
Binary 100101 1011111 11111100 1010101 111110 0 1 11100000 1100001 111001

Color Harmonies of #255FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FFC

Black with #255FFC

Text Example


Text Example

White with #255FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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