Html Css Color HEX #266CF2 Royal Blue

📋 copy color: '#266CF2'

red 38 ◦ green 108 ◦ blue 242

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

Shades of Royal Blue #266CF2

Tints of Royal Blue #266CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 242 (94.92% from 255) = 62.37%

R = 9.79%
G = 27.84%
B = 62.37%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#266CF2 (or 0x266CF2) is known color: Royal Blue. HEX triplet: 26, 6C and F2. RGB value is (38,108,242). Sum of RGB (Red+Green+Blue) = 38+108+242=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #266CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CF2 is #D9930D. Grayscale: #656565. Windows color (decimal): -14258958 or 15887398. OLE color: 15887398.

HSL color Cylindrical-coordinate representation of color #266CF2: hue angle of 219.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266CF2 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 108 242 -
CMYK 0.84 0.55 0 0.05
HSL 219.41º 0.89% 0.55% -
HSV(B) 219.41º 0.84% 0.95% -
XYZ 22.19 17.55 86.22 -
YUV 102.35 206.81 82.1 -
System Red Green Blue C M Y K H S L
Decimal 38 108 242 0.84 0.55 0 0.05 219.41 0.89 0.55
Hex 26 6C F2 54 37 0 5 DB 59 37
Octal 46 154 362 124 67 0 5 333 131 67
Binary 100110 1101100 11110010 1010100 110111 0 101 11011011 1011001 110111

Color Harmonies of #266CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CF2

Black with #266CF2

Text Example


Text Example

White with #266CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266CF2; }

 p { color: rgb(38,108,242); }

 H1.HeaderClassName
 {
   color: #266CF2;
 }
 .AnyTagClassName
 {
   color: #266CF2;
 }
</style>

background-color css

<style>
 a { background-color: #266CF2; }

 a { background-color: rgb(38,108,242); }

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

border-color css

<style>
 span { border-color: #266CF2; }

 span { border-color: rgb(38,108,242); }

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