Html Css Color HEX #2364F6 Royal Blue

📋 copy color: '#2364F6'

red 35 ◦ green 100 ◦ blue 246

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

Shades of Royal Blue #2364F6

Tints of Royal Blue #2364F6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 246 (96.48% from 255) = 64.57%

R = 9.19%
G = 26.25%
B = 64.57%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2364F6 (or 0x2364F6) is known color: Royal Blue. HEX triplet: 23, 64 and F6. RGB value is (35,100,246). Sum of RGB (Red+Green+Blue) = 35+100+246=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #2364F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364F6 is #DC9B09. Grayscale: #606060. Windows color (decimal): -14457610 or 16147491. OLE color: 16147491.

HSL color Cylindrical-coordinate representation of color #2364F6: hue angle of 221.52º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2364F6 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 100 246 -
CMYK 0.86 0.59 0 0.04
HSL 221.52º 0.92% 0.55% -
HSV(B) 221.52º 0.86% 0.96% -
XYZ 21.88 16.13 89.15 -
YUV 97.21 211.97 83.63 -
System Red Green Blue C M Y K H S L
Decimal 35 100 246 0.86 0.59 0 0.04 221.52 0.92 0.55
Hex 23 64 F6 56 3B 0 4 DE 5C 37
Octal 43 144 366 126 73 0 4 336 134 67
Binary 100011 1100100 11110110 1010110 111011 0 100 11011110 1011100 110111

Color Harmonies of #2364F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364F6

Black with #2364F6

Text Example


Text Example

White with #2364F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2364F6; }

 p { color: rgb(35,100,246); }

 H1.HeaderClassName
 {
   color: #2364F6;
 }
 .AnyTagClassName
 {
   color: #2364F6;
 }
</style>

background-color css

<style>
 a { background-color: #2364F6; }

 a { background-color: rgb(35,100,246); }

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

border-color css

<style>
 span { border-color: #2364F6; }

 span { border-color: rgb(35,100,246); }

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