Html Css Color HEX #2668FA Royal Blue

📋 copy color: '#2668FA'

red 38 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #2668FA

Tints of Royal Blue #2668FA

RGB

 RED value IS 38 (15.23% from 255) = 9.69%

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 9.69%
G = 26.53%
B = 63.78%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2668FA (or 0x2668FA) is known color: Royal Blue. HEX triplet: 26, 68 and FA. RGB value is (38,104,250). Sum of RGB (Red+Green+Blue) = 38+104+250=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #2668FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2668FA is #D99705. Grayscale: #646464. Windows color (decimal): -14259974 or 16410662. OLE color: 16410662.

HSL color Cylindrical-coordinate representation of color #2668FA: hue angle of 221.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2668FA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 104 250 -
CMYK 0.85 0.58 0 0.02
HSL 221.32º 0.95% 0.56% -
HSV(B) 221.32º 0.85% 0.98% -
XYZ 23 17.21 92.55 -
YUV 100.91 212.13 83.13 -
System Red Green Blue C M Y K H S L
Decimal 38 104 250 0.85 0.58 0 0.02 221.32 0.95 0.56
Hex 26 68 FA 55 3A 0 2 DD 5F 38
Octal 46 150 372 125 72 0 2 335 137 70
Binary 100110 1101000 11111010 1010101 111010 0 10 11011101 1011111 111000

Color Harmonies of #2668FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2668FA

Black with #2668FA

Text Example


Text Example

White with #2668FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2668FA; }

 p { color: rgb(38,104,250); }

 H1.HeaderClassName
 {
   color: #2668FA;
 }
 .AnyTagClassName
 {
   color: #2668FA;
 }
</style>

background-color css

<style>
 a { background-color: #2668FA; }

 a { background-color: rgb(38,104,250); }

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

border-color css

<style>
 span { border-color: #2668FA; }

 span { border-color: rgb(38,104,250); }

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