Html Css Color HEX #2364F9 Royal Blue

📋 copy color: '#2364F9'

red 35 ◦ green 100 ◦ blue 249

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

Shades of Royal Blue #2364F9

Tints of Royal Blue #2364F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.84%

R = 9.11%
G = 26.04%
B = 64.84%

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

#2364F9 (or 0x2364F9) is known color: Royal Blue. HEX triplet: 23, 64 and F9. RGB value is (35,100,249). Sum of RGB (Red+Green+Blue) = 35+100+249=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #2364F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364F9 is #DC9B06. Grayscale: #606060. Windows color (decimal): -14457607 or 16344099. OLE color: 16344099.

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

Color convert

RGB 35 100 249 -
CMYK 0.86 0.60 0 0.02
HSL 221.78º 0.95% 0.56% -
HSV(B) 221.78º 0.86% 0.98% -
XYZ 22.35 16.31 91.59 -
YUV 97.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 35 100 249 0.86 0.60 0 0.02 221.78 0.95 0.56
Hex 23 64 F9 56 3C 0 2 DE 5F 38
Octal 43 144 371 126 74 0 2 336 137 70
Binary 100011 1100100 11111001 1010110 111100 0 10 11011110 1011111 111000

Color Harmonies of #2364F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364F9

Black with #2364F9

Text Example


Text Example

White with #2364F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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