Html Css Color HEX #2362F4 Royal Blue

📋 copy color: '#2362F4'

red 35 ◦ green 98 ◦ blue 244

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

Shades of Royal Blue #2362F4

Tints of Royal Blue #2362F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 64.72%

R = 9.28%
G = 25.99%
B = 64.72%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2362F4 (or 0x2362F4) is known color: Royal Blue. HEX triplet: 23, 62 and F4. RGB value is (35,98,244). Sum of RGB (Red+Green+Blue) = 35+98+244=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 244 (95.70% from 255 or 64.72% from 377); Max value from RGB is 244 - color contains mainly: blue. Hex color #2362F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2362F4 is #DC9D0B. Grayscale: #5F5F5F. Windows color (decimal): -14458124 or 16015907. OLE color: 16015907.

HSL color Cylindrical-coordinate representation of color #2362F4: hue angle of 221.91º degrees, saturation: 0.9, 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 #2362F4 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 98 244 -
CMYK 0.86 0.60 0 0.04
HSL 221.91º 0.9% 0.55% -
HSV(B) 221.91º 0.86% 0.96% -
XYZ 21.39 15.62 87.48 -
YUV 95.81 211.63 84.63 -
System Red Green Blue C M Y K H S L
Decimal 35 98 244 0.86 0.60 0 0.04 221.91 0.9 0.55
Hex 23 62 F4 56 3C 0 4 DE 5A 37
Octal 43 142 364 126 74 0 4 336 132 67
Binary 100011 1100010 11110100 1010110 111100 0 100 11011110 1011010 110111

Color Harmonies of #2362F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2362F4

Black with #2362F4

Text Example


Text Example

White with #2362F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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