Html Css Color HEX #2360F3 Royal Blue

📋 copy color: '#2360F3'

red 35 ◦ green 96 ◦ blue 243

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

Shades of Royal Blue #2360F3

Tints of Royal Blue #2360F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.97%

R = 9.36%
G = 25.67%
B = 64.97%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2360F3 (or 0x2360F3) is known color: Royal Blue. HEX triplet: 23, 60 and F3. RGB value is (35,96,243). Sum of RGB (Red+Green+Blue) = 35+96+243=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #2360F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2360F3 is #DC9F0C. Grayscale: #5D5D5D. Windows color (decimal): -14458637 or 15949859. OLE color: 15949859.

HSL color Cylindrical-coordinate representation of color #2360F3: hue angle of 222.4º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2360F3 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 96 243 -
CMYK 0.86 0.60 0 0.05
HSL 222.4º 0.9% 0.55% -
HSV(B) 222.4º 0.86% 0.95% -
XYZ 21.05 15.19 86.62 -
YUV 94.52 211.79 85.55 -
System Red Green Blue C M Y K H S L
Decimal 35 96 243 0.86 0.60 0 0.05 222.4 0.9 0.55
Hex 23 60 F3 56 3C 0 5 DE 5A 37
Octal 43 140 363 126 74 0 5 336 132 67
Binary 100011 1100000 11110011 1010110 111100 0 101 11011110 1011010 110111

Color Harmonies of #2360F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2360F3

Black with #2360F3

Text Example


Text Example

White with #2360F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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