Html Css Color HEX #263FDC Persian Blue

📋 copy color: '#263FDC'

red 38 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #263FDC

Tints of Persian Blue #263FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 11.84%
G = 19.63%
B = 68.54%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#263FDC (or 0x263FDC) is known color: Persian Blue. HEX triplet: 26, 3F and DC. RGB value is (38,63,220). Sum of RGB (Red+Green+Blue) = 38+63+220=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #263FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FDC is #D9C023. Grayscale: #484848. Windows color (decimal): -14270500 or 14434086. OLE color: 14434086.

HSL color Cylindrical-coordinate representation of color #263FDC: hue angle of 231.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263FDC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 63 220 -
CMYK 0.83 0.71 0 0.14
HSL 231.76º 0.72% 0.51% -
HSV(B) 231.76º 0.83% 0.86% -
XYZ 15.5 9.13 68.66 -
YUV 73.42 210.72 102.73 -
System Red Green Blue C M Y K H S L
Decimal 38 63 220 0.83 0.71 0 0.14 231.76 0.72 0.51
Hex 26 3F DC 53 47 0 E E8 48 33
Octal 46 77 334 123 107 0 16 350 110 63
Binary 100110 111111 11011100 1010011 1000111 0 1110 11101000 1001000 110011

Color Harmonies of #263FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FDC

Black with #263FDC

Text Example


Text Example

White with #263FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263FDC; }

 p { color: rgb(38,63,220); }

 H1.HeaderClassName
 {
   color: #263FDC;
 }
 .AnyTagClassName
 {
   color: #263FDC;
 }
</style>

background-color css

<style>
 a { background-color: #263FDC; }

 a { background-color: rgb(38,63,220); }

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

border-color css

<style>
 span { border-color: #263FDC; }

 span { border-color: rgb(38,63,220); }

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