Html Css Color HEX #2365FC Royal Blue

📋 copy color: '#2365FC'

red 35 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #2365FC

Tints of Royal Blue #2365FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 9.02%
G = 26.03%
B = 64.95%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2365FC (or 0x2365FC) is known color: Royal Blue. HEX triplet: 23, 65 and FC. RGB value is (35,101,252). Sum of RGB (Red+Green+Blue) = 35+101+252=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #2365FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365FC is #DC9A03. Grayscale: #616161. Windows color (decimal): -14457348 or 16540963. OLE color: 16540963.

HSL color Cylindrical-coordinate representation of color #2365FC: hue angle of 221.75º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2365FC is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 101 252 -
CMYK 0.86 0.60 0 0.01
HSL 221.75º 0.97% 0.56% -
HSV(B) 221.75º 0.86% 0.99% -
XYZ 22.92 16.69 94.11 -
YUV 98.48 214.63 82.72 -
System Red Green Blue C M Y K H S L
Decimal 35 101 252 0.86 0.60 0 0.01 221.75 0.97 0.56
Hex 23 65 FC 56 3C 0 1 DE 61 38
Octal 43 145 374 126 74 0 1 336 141 70
Binary 100011 1100101 11111100 1010110 111100 0 1 11011110 1100001 111000

Color Harmonies of #2365FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365FC

Black with #2365FC

Text Example


Text Example

White with #2365FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2365FC; }

 p { color: rgb(35,101,252); }

 H1.HeaderClassName
 {
   color: #2365FC;
 }
 .AnyTagClassName
 {
   color: #2365FC;
 }
</style>

background-color css

<style>
 a { background-color: #2365FC; }

 a { background-color: rgb(35,101,252); }

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

border-color css

<style>
 span { border-color: #2365FC; }

 span { border-color: rgb(35,101,252); }

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