Html Css Color HEX #2255FD Royal Blue

📋 copy color: '#2255FD'

red 34 ◦ green 85 ◦ blue 253

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

Shades of Royal Blue #2255FD

Tints of Royal Blue #2255FD

RGB

 RED value IS 34 (13.67% from 255) = 9.14%

 GREEN value IS 85 (33.59% from 255) = 22.85%

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

R = 9.14%
G = 22.85%
B = 68.01%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2255FD (or 0x2255FD) is known color: Royal Blue. HEX triplet: 22, 55 and FD. RGB value is (34,85,253). Sum of RGB (Red+Green+Blue) = 34+85+253=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #2255FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255FD is #DDAA02. Grayscale: #585858. Windows color (decimal): -14526979 or 16602402. OLE color: 16602402.

HSL color Cylindrical-coordinate representation of color #2255FD: hue angle of 226.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2255FD is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 85 253 -
CMYK 0.87 0.66 0 0.01
HSL 226.03º 0.98% 0.56% -
HSV(B) 226.03º 0.87% 0.99% -
XYZ 21.64 13.93 94.48 -
YUV 88.9 220.6 88.84 -
System Red Green Blue C M Y K H S L
Decimal 34 85 253 0.87 0.66 0 0.01 226.03 0.98 0.56
Hex 22 55 FD 57 42 0 1 E2 62 38
Octal 42 125 375 127 102 0 1 342 142 70
Binary 100010 1010101 11111101 1010111 1000010 0 1 11100010 1100010 111000

Color Harmonies of #2255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255FD

Black with #2255FD

Text Example


Text Example

White with #2255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2255FD; }

 p { color: rgb(34,85,253); }

 H1.HeaderClassName
 {
   color: #2255FD;
 }
 .AnyTagClassName
 {
   color: #2255FD;
 }
</style>

background-color css

<style>
 a { background-color: #2255FD; }

 a { background-color: rgb(34,85,253); }

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

border-color css

<style>
 span { border-color: #2255FD; }

 span { border-color: rgb(34,85,253); }

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