Html Css Color HEX #263DD0 Persian Blue

📋 copy color: '#263DD0'

red 38 ◦ green 61 ◦ blue 208

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

Shades of Persian Blue #263DD0

Tints of Persian Blue #263DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

 BLUE value IS 208 (81.64% from 255) = 67.75%

R = 12.38%
G = 19.87%
B = 67.75%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#263DD0 (or 0x263DD0) is known color: Persian Blue. HEX triplet: 26, 3D and D0. RGB value is (38,61,208). Sum of RGB (Red+Green+Blue) = 38+61+208=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #263DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DD0 is #D9C22F. Grayscale: #464646. Windows color (decimal): -14271024 or 13647142. OLE color: 13647142.

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

Color convert

RGB 38 61 208 -
CMYK 0.82 0.71 0 0.18
HSL 231.88º 0.69% 0.48% -
HSV(B) 231.88º 0.82% 0.82% -
XYZ 13.85 8.3 60.55 -
YUV 70.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 38 61 208 0.82 0.71 0 0.18 231.88 0.69 0.48
Hex 26 3D D0 52 47 0 12 E8 45 30
Octal 46 75 320 122 107 0 22 350 105 60
Binary 100110 111101 11010000 1010010 1000111 0 10010 11101000 1000101 110000

Color Harmonies of #263DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DD0

Black with #263DD0

Text Example


Text Example

White with #263DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,61,208); }

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

background-color css

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

 a { background-color: rgb(38,61,208); }

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

border-color css

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

 span { border-color: rgb(38,61,208); }

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