Html Css Color HEX #2356FA Royal Blue

📋 copy color: '#2356FA'

red 35 ◦ green 86 ◦ blue 250

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

Shades of Royal Blue #2356FA

Tints of Royal Blue #2356FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 9.43%
G = 23.18%
B = 67.39%

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

#2356FA (or 0x2356FA) is known color: Royal Blue. HEX triplet: 23, 56 and FA. RGB value is (35,86,250). Sum of RGB (Red+Green+Blue) = 35+86+250=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #2356FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2356FA is #DCA905. Grayscale: #585858. Windows color (decimal): -14461190 or 16406051. OLE color: 16406051.

HSL color Cylindrical-coordinate representation of color #2356FA: hue angle of 225.77º 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 #2356FA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 86 250 -
CMYK 0.86 0.66 0 0.02
HSL 225.77º 0.96% 0.56% -
HSV(B) 225.77º 0.86% 0.98% -
XYZ 21.28 13.92 92.01 -
YUV 89.45 218.6 89.16 -
System Red Green Blue C M Y K H S L
Decimal 35 86 250 0.86 0.66 0 0.02 225.77 0.96 0.56
Hex 23 56 FA 56 42 0 2 E2 60 38
Octal 43 126 372 126 102 0 2 342 140 70
Binary 100011 1010110 11111010 1010110 1000010 0 10 11100010 1100000 111000

Color Harmonies of #2356FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356FA

Black with #2356FA

Text Example


Text Example

White with #2356FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2356FA; }

 p { color: rgb(35,86,250); }

 H1.HeaderClassName
 {
   color: #2356FA;
 }
 .AnyTagClassName
 {
   color: #2356FA;
 }
</style>

background-color css

<style>
 a { background-color: #2356FA; }

 a { background-color: rgb(35,86,250); }

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

border-color css

<style>
 span { border-color: #2356FA; }

 span { border-color: rgb(35,86,250); }

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