Html Css Color HEX #4268CC Royal Blue

📋 copy color: '#4268CC'

red 66 ◦ green 104 ◦ blue 204

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

Shades of Royal Blue #4268CC

Tints of Royal Blue #4268CC

RGB

 RED value IS 66 (26.17% from 255) = 17.65%

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 17.65%
G = 27.81%
B = 54.55%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4268CC (or 0x4268CC) is known color: Royal Blue. HEX triplet: 42, 68 and CC. RGB value is (66,104,204). Sum of RGB (Red+Green+Blue) = 66+104+204=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #4268CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268CC is #BD9733. Grayscale: #676767. Windows color (decimal): -12425012 or 13396034. OLE color: 13396034.

HSL color Cylindrical-coordinate representation of color #4268CC: hue angle of 223.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4268CC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 104 204 -
CMYK 0.68 0.49 0 0.2
HSL 223.48º 0.58% 0.53% -
HSV(B) 223.48º 0.68% 0.8% -
XYZ 18.1 15.42 59.15 -
YUV 104.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 66 104 204 0.68 0.49 0 0.2 223.48 0.58 0.53
Hex 42 68 CC 44 31 0 14 DF 3A 35
Octal 102 150 314 104 61 0 24 337 72 65
Binary 1000010 1101000 11001100 1000100 110001 0 10100 11011111 111010 110101

Color Harmonies of #4268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268CC

Black with #4268CC

Text Example


Text Example

White with #4268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4268CC; }

 p { color: rgb(66,104,204); }

 H1.HeaderClassName
 {
   color: #4268CC;
 }
 .AnyTagClassName
 {
   color: #4268CC;
 }
</style>

background-color css

<style>
 a { background-color: #4268CC; }

 a { background-color: rgb(66,104,204); }

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

border-color css

<style>
 span { border-color: #4268CC; }

 span { border-color: rgb(66,104,204); }

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