Html Css Color HEX #263BDF Persian Blue

📋 copy color: '#263BDF'

red 38 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #263BDF

Tints of Persian Blue #263BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 11.88%
G = 18.44%
B = 69.69%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#263BDF (or 0x263BDF) is known color: Persian Blue. HEX triplet: 26, 3B and DF. RGB value is (38,59,223). Sum of RGB (Red+Green+Blue) = 38+59+223=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #263BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BDF is #D9C420. Grayscale: #464646. Windows color (decimal): -14271521 or 14629670. OLE color: 14629670.

HSL color Cylindrical-coordinate representation of color #263BDF: hue angle of 233.19º degrees, saturation: 0.74, 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 #263BDF is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 59 223 -
CMYK 0.83 0.74 0 0.13
HSL 233.19º 0.74% 0.51% -
HSV(B) 233.19º 0.83% 0.87% -
XYZ 15.68 8.87 70.7 -
YUV 71.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 38 59 223 0.83 0.74 0 0.13 233.19 0.74 0.51
Hex 26 3B DF 53 4A 0 D E9 4A 33
Octal 46 73 337 123 112 0 15 351 112 63
Binary 100110 111011 11011111 1010011 1001010 0 1101 11101001 1001010 110011

Color Harmonies of #263BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BDF

Black with #263BDF

Text Example


Text Example

White with #263BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,223); }

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

background-color css

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

 a { background-color: rgb(38,59,223); }

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

border-color css

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

 span { border-color: rgb(38,59,223); }

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