Html Css Color HEX #2364DE Royal Blue

📋 copy color: '#2364DE'

red 35 ◦ green 100 ◦ blue 222

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

Shades of Royal Blue #2364DE

Tints of Royal Blue #2364DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 9.8%
G = 28.01%
B = 62.18%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2364DE (or 0x2364DE) is known color: Royal Blue. HEX triplet: 23, 64 and DE. RGB value is (35,100,222). Sum of RGB (Red+Green+Blue) = 35+100+222=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #2364DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364DE is #DC9B21. Grayscale: #5D5D5D. Windows color (decimal): -14457634 or 14574627. OLE color: 14574627.

HSL color Cylindrical-coordinate representation of color #2364DE: hue angle of 219.14º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2364DE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 100 222 -
CMYK 0.84 0.55 0 0.13
HSL 219.14º 0.74% 0.5% -
HSV(B) 219.14º 0.84% 0.87% -
XYZ 18.44 14.75 70.98 -
YUV 94.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 35 100 222 0.84 0.55 0 0.13 219.14 0.74 0.5
Hex 23 64 DE 54 37 0 D DB 4A 32
Octal 43 144 336 124 67 0 15 333 112 62
Binary 100011 1100100 11011110 1010100 110111 0 1101 11011011 1001010 110010

Color Harmonies of #2364DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364DE

Black with #2364DE

Text Example


Text Example

White with #2364DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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