Html Css Color HEX #255CFA Royal Blue

📋 copy color: '#255CFA'

red 37 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #255CFA

Tints of Royal Blue #255CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 9.76%
G = 24.27%
B = 65.96%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#255CFA (or 0x255CFA) is known color: Royal Blue. HEX triplet: 25, 5C and FA. RGB value is (37,92,250). Sum of RGB (Red+Green+Blue) = 37+92+250=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #255CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CFA is #DAA305. Grayscale: #5C5C5C. Windows color (decimal): -14328582 or 16407589. OLE color: 16407589.

HSL color Cylindrical-coordinate representation of color #255CFA: hue angle of 224.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CFA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 92 250 -
CMYK 0.85 0.63 0 0.02
HSL 224.51º 0.96% 0.56% -
HSV(B) 224.51º 0.85% 0.98% -
XYZ 21.85 14.95 92.18 -
YUV 93.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 37 92 250 0.85 0.63 0 0.02 224.51 0.96 0.56
Hex 25 5C FA 55 3F 0 2 E1 60 38
Octal 45 134 372 125 77 0 2 341 140 70
Binary 100101 1011100 11111010 1010101 111111 0 10 11100001 1100000 111000

Color Harmonies of #255CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CFA

Black with #255CFA

Text Example


Text Example

White with #255CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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