Html Css Color HEX #2368DD Royal Blue

📋 copy color: '#2368DD'

red 35 ◦ green 104 ◦ blue 221

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

Shades of Royal Blue #2368DD

Tints of Royal Blue #2368DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 9.72%
G = 28.89%
B = 61.39%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2368DD (or 0x2368DD) is known color: Royal Blue. HEX triplet: 23, 68 and DD. RGB value is (35,104,221). Sum of RGB (Red+Green+Blue) = 35+104+221=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2368DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2368DD is #DC9722. Grayscale: #606060. Windows color (decimal): -14456611 or 14510115. OLE color: 14510115.

HSL color Cylindrical-coordinate representation of color #2368DD: hue angle of 217.74º degrees, saturation: 0.73, 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 #2368DD is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 104 221 -
CMYK 0.84 0.53 0 0.13
HSL 217.74º 0.73% 0.5% -
HSV(B) 217.74º 0.84% 0.87% -
XYZ 18.69 15.48 70.41 -
YUV 96.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 35 104 221 0.84 0.53 0 0.13 217.74 0.73 0.5
Hex 23 68 DD 54 35 0 D DA 49 32
Octal 43 150 335 124 65 0 15 332 111 62
Binary 100011 1101000 11011101 1010100 110101 0 1101 11011010 1001001 110010

Color Harmonies of #2368DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2368DD

Black with #2368DD

Text Example


Text Example

White with #2368DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2368DD; }

 p { color: rgb(35,104,221); }

 H1.HeaderClassName
 {
   color: #2368DD;
 }
 .AnyTagClassName
 {
   color: #2368DD;
 }
</style>

background-color css

<style>
 a { background-color: #2368DD; }

 a { background-color: rgb(35,104,221); }

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

border-color css

<style>
 span { border-color: #2368DD; }

 span { border-color: rgb(35,104,221); }

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