Html Css Color HEX #263FDD Persian Blue

📋 copy color: '#263FDD'

red 38 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #263FDD

Tints of Persian Blue #263FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 11.8%
G = 19.57%
B = 68.63%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#263FDD (or 0x263FDD) is known color: Persian Blue. HEX triplet: 26, 3F and DD. RGB value is (38,63,221). Sum of RGB (Red+Green+Blue) = 38+63+221=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #263FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FDD is #D9C022. Grayscale: #484848. Windows color (decimal): -14270499 or 14499622. OLE color: 14499622.

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

Color convert

RGB 38 63 221 -
CMYK 0.83 0.71 0 0.13
HSL 231.8º 0.73% 0.51% -
HSV(B) 231.8º 0.83% 0.87% -
XYZ 15.63 9.19 69.36 -
YUV 73.54 211.22 102.65 -
System Red Green Blue C M Y K H S L
Decimal 38 63 221 0.83 0.71 0 0.13 231.8 0.73 0.51
Hex 26 3F DD 53 47 0 D E8 49 33
Octal 46 77 335 123 107 0 15 350 111 63
Binary 100110 111111 11011101 1010011 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #263FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FDD

Black with #263FDD

Text Example


Text Example

White with #263FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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