Html Css Color HEX #264CED Royal Blue

📋 copy color: '#264CED'

red 38 ◦ green 76 ◦ blue 237

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

Shades of Royal Blue #264CED

Tints of Royal Blue #264CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 10.83%
G = 21.65%
B = 67.52%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#264CED (or 0x264CED) is known color: Royal Blue. HEX triplet: 26, 4C and ED. RGB value is (38,76,237). Sum of RGB (Red+Green+Blue) = 38+76+237=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #264CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CED is #D9B312. Grayscale: #525252. Windows color (decimal): -14267155 or 15551526. OLE color: 15551526.

HSL color Cylindrical-coordinate representation of color #264CED: hue angle of 228.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264CED is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 76 237 -
CMYK 0.84 0.68 0 0.07
HSL 228.54º 0.85% 0.54% -
HSV(B) 228.54º 0.84% 0.93% -
XYZ 18.67 11.7 81.39 -
YUV 82.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 38 76 237 0.84 0.68 0 0.07 228.54 0.85 0.54
Hex 26 4C ED 54 44 0 7 E5 55 36
Octal 46 114 355 124 104 0 7 345 125 66
Binary 100110 1001100 11101101 1010100 1000100 0 111 11100101 1010101 110110

Color Harmonies of #264CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CED

Black with #264CED

Text Example


Text Example

White with #264CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264CED; }

 p { color: rgb(38,76,237); }

 H1.HeaderClassName
 {
   color: #264CED;
 }
 .AnyTagClassName
 {
   color: #264CED;
 }
</style>

background-color css

<style>
 a { background-color: #264CED; }

 a { background-color: rgb(38,76,237); }

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

border-color css

<style>
 span { border-color: #264CED; }

 span { border-color: rgb(38,76,237); }

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