Html Css Color HEX #2360FC Royal Blue

📋 copy color: '#2360FC'

red 35 ◦ green 96 ◦ blue 252

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

Shades of Royal Blue #2360FC

Tints of Royal Blue #2360FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 9.14%
G = 25.07%
B = 65.8%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2360FC (or 0x2360FC) is known color: Royal Blue. HEX triplet: 23, 60 and FC. RGB value is (35,96,252). Sum of RGB (Red+Green+Blue) = 35+96+252=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #2360FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2360FC is #DC9F03. Grayscale: #5E5E5E. Windows color (decimal): -14458628 or 16539683. OLE color: 16539683.

HSL color Cylindrical-coordinate representation of color #2360FC: hue angle of 223.13º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2360FC is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 96 252 -
CMYK 0.86 0.62 0 0.01
HSL 223.13º 0.97% 0.56% -
HSV(B) 223.13º 0.86% 0.99% -
XYZ 22.45 15.75 93.95 -
YUV 95.55 216.29 84.82 -
System Red Green Blue C M Y K H S L
Decimal 35 96 252 0.86 0.62 0 0.01 223.13 0.97 0.56
Hex 23 60 FC 56 3E 0 1 DF 61 38
Octal 43 140 374 126 76 0 1 337 141 70
Binary 100011 1100000 11111100 1010110 111110 0 1 11011111 1100001 111000

Color Harmonies of #2360FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2360FC

Black with #2360FC

Text Example


Text Example

White with #2360FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2360FC; }

 p { color: rgb(35,96,252); }

 H1.HeaderClassName
 {
   color: #2360FC;
 }
 .AnyTagClassName
 {
   color: #2360FC;
 }
</style>

background-color css

<style>
 a { background-color: #2360FC; }

 a { background-color: rgb(35,96,252); }

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

border-color css

<style>
 span { border-color: #2360FC; }

 span { border-color: rgb(35,96,252); }

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