Html Css Color HEX #2362DA Royal Blue

📋 copy color: '#2362DA'

red 35 ◦ green 98 ◦ blue 218

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

Shades of Royal Blue #2362DA

Tints of Royal Blue #2362DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

 BLUE value IS 218 (85.55% from 255) = 62.11%

R = 9.97%
G = 27.92%
B = 62.11%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2362DA (or 0x2362DA) is known color: Royal Blue. HEX triplet: 23, 62 and DA. RGB value is (35,98,218). Sum of RGB (Red+Green+Blue) = 35+98+218=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #2362DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2362DA is #DC9D25. Grayscale: #5C5C5C. Windows color (decimal): -14458150 or 14311971. OLE color: 14311971.

HSL color Cylindrical-coordinate representation of color #2362DA: hue angle of 219.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2362DA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 98 218 -
CMYK 0.84 0.55 0 0.15
HSL 219.34º 0.72% 0.5% -
HSV(B) 219.34º 0.84% 0.85% -
XYZ 17.72 14.15 68.13 -
YUV 92.84 198.63 86.74 -
System Red Green Blue C M Y K H S L
Decimal 35 98 218 0.84 0.55 0 0.15 219.34 0.72 0.5
Hex 23 62 DA 54 37 0 F DB 48 32
Octal 43 142 332 124 67 0 17 333 110 62
Binary 100011 1100010 11011010 1010100 110111 0 1111 11011011 1001000 110010

Color Harmonies of #2362DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2362DA

Black with #2362DA

Text Example


Text Example

White with #2362DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2362DA; }

 p { color: rgb(35,98,218); }

 H1.HeaderClassName
 {
   color: #2362DA;
 }
 .AnyTagClassName
 {
   color: #2362DA;
 }
</style>

background-color css

<style>
 a { background-color: #2362DA; }

 a { background-color: rgb(35,98,218); }

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

border-color css

<style>
 span { border-color: #2362DA; }

 span { border-color: rgb(35,98,218); }

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