Html Css Color HEX #2363FA Royal Blue

📋 copy color: '#2363FA'

red 35 ◦ green 99 ◦ blue 250

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

Shades of Royal Blue #2363FA

Tints of Royal Blue #2363FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

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

R = 9.11%
G = 25.78%
B = 65.1%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2363FA (or 0x2363FA) is known color: Royal Blue. HEX triplet: 23, 63 and FA. RGB value is (35,99,250). Sum of RGB (Red+Green+Blue) = 35+99+250=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2363FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2363FA is #DC9C05. Grayscale: #606060. Windows color (decimal): -14457862 or 16409379. OLE color: 16409379.

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

Color convert

RGB 35 99 250 -
CMYK 0.86 0.60 0 0.02
HSL 222.14º 0.96% 0.56% -
HSV(B) 222.14º 0.86% 0.98% -
XYZ 22.41 16.18 92.38 -
YUV 97.08 214.3 83.72 -
System Red Green Blue C M Y K H S L
Decimal 35 99 250 0.86 0.60 0 0.02 222.14 0.96 0.56
Hex 23 63 FA 56 3C 0 2 DE 60 38
Octal 43 143 372 126 74 0 2 336 140 70
Binary 100011 1100011 11111010 1010110 111100 0 10 11011110 1100000 111000

Color Harmonies of #2363FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2363FA

Black with #2363FA

Text Example


Text Example

White with #2363FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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