Html Css Color HEX #2264F9 Royal Blue

📋 copy color: '#2264F9'

red 34 ◦ green 100 ◦ blue 249

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

Shades of Royal Blue #2264F9

Tints of Royal Blue #2264F9

RGB

 RED value IS 34 (13.67% from 255) = 8.88%

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

 BLUE value IS 249 (97.66% from 255) = 65.01%

R = 8.88%
G = 26.11%
B = 65.01%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2264F9 (or 0x2264F9) is known color: Royal Blue. HEX triplet: 22, 64 and F9. RGB value is (34,100,249). Sum of RGB (Red+Green+Blue) = 34+100+249=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #2264F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2264F9 is #DD9B06. Grayscale: #606060. Windows color (decimal): -14523143 or 16344098. OLE color: 16344098.

HSL color Cylindrical-coordinate representation of color #2264F9: hue angle of 221.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2264F9 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 100 249 -
CMYK 0.86 0.60 0 0.02
HSL 221.58º 0.95% 0.55% -
HSV(B) 221.58º 0.86% 0.98% -
XYZ 22.32 16.29 91.59 -
YUV 97.25 213.63 82.88 -
System Red Green Blue C M Y K H S L
Decimal 34 100 249 0.86 0.60 0 0.02 221.58 0.95 0.55
Hex 22 64 F9 56 3C 0 2 DE 5F 37
Octal 42 144 371 126 74 0 2 336 137 67
Binary 100010 1100100 11111001 1010110 111100 0 10 11011110 1011111 110111

Color Harmonies of #2264F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2264F9

Black with #2264F9

Text Example


Text Example

White with #2264F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2264F9; }

 p { color: rgb(34,100,249); }

 H1.HeaderClassName
 {
   color: #2264F9;
 }
 .AnyTagClassName
 {
   color: #2264F9;
 }
</style>

background-color css

<style>
 a { background-color: #2264F9; }

 a { background-color: rgb(34,100,249); }

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

border-color css

<style>
 span { border-color: #2264F9; }

 span { border-color: rgb(34,100,249); }

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