Html Css Color HEX #263FCF Persian Blue

📋 copy color: '#263FCF'

red 38 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #263FCF

Tints of Persian Blue #263FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 12.34%
G = 20.45%
B = 67.21%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#263FCF (or 0x263FCF) is known color: Persian Blue. HEX triplet: 26, 3F and CF. RGB value is (38,63,207). Sum of RGB (Red+Green+Blue) = 38+63+207=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #263FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FCF is #D9C030. Grayscale: #474747. Windows color (decimal): -14270513 or 13582118. OLE color: 13582118.

HSL color Cylindrical-coordinate representation of color #263FCF: hue angle of 231.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263FCF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 63 207 -
CMYK 0.82 0.70 0 0.19
HSL 231.12º 0.69% 0.48% -
HSV(B) 231.12º 0.82% 0.81% -
XYZ 13.84 8.47 59.94 -
YUV 71.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 38 63 207 0.82 0.70 0 0.19 231.12 0.69 0.48
Hex 26 3F CF 52 46 0 13 E7 45 30
Octal 46 77 317 122 106 0 23 347 105 60
Binary 100110 111111 11001111 1010010 1000110 0 10011 11100111 1000101 110000

Color Harmonies of #263FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FCF

Black with #263FCF

Text Example


Text Example

White with #263FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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