Html Css Color HEX #2355FB Royal Blue

📋 copy color: '#2355FB'

red 35 ◦ green 85 ◦ blue 251

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

Shades of Royal Blue #2355FB

Tints of Royal Blue #2355FB

RGB

 RED value IS 35 (14.06% from 255) = 9.43%

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

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 9.43%
G = 22.91%
B = 67.65%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2355FB (or 0x2355FB) is known color: Royal Blue. HEX triplet: 23, 55 and FB. RGB value is (35,85,251). Sum of RGB (Red+Green+Blue) = 35+85+251=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #2355FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2355FB is #DCAA04. Grayscale: #585858. Windows color (decimal): -14461445 or 16471331. OLE color: 16471331.

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

Color convert

RGB 35 85 251 -
CMYK 0.86 0.66 0 0.02
HSL 226.11º 0.96% 0.56% -
HSV(B) 226.11º 0.86% 0.98% -
XYZ 21.35 13.82 92.81 -
YUV 88.97 219.44 89.5 -
System Red Green Blue C M Y K H S L
Decimal 35 85 251 0.86 0.66 0 0.02 226.11 0.96 0.56
Hex 23 55 FB 56 42 0 2 E2 60 38
Octal 43 125 373 126 102 0 2 342 140 70
Binary 100011 1010101 11111011 1010110 1000010 0 10 11100010 1100000 111000

Color Harmonies of #2355FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355FB

Black with #2355FB

Text Example


Text Example

White with #2355FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2355FB; }

 p { color: rgb(35,85,251); }

 H1.HeaderClassName
 {
   color: #2355FB;
 }
 .AnyTagClassName
 {
   color: #2355FB;
 }
</style>

background-color css

<style>
 a { background-color: #2355FB; }

 a { background-color: rgb(35,85,251); }

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

border-color css

<style>
 span { border-color: #2355FB; }

 span { border-color: rgb(35,85,251); }

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