Html Css Color HEX #251ED4 Persian Blue

📋 copy color: '#251ED4'

red 37 ◦ green 30 ◦ blue 212

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

Shades of Persian Blue #251ED4

Tints of Persian Blue #251ED4

RGB

 RED value IS 37 (14.84% from 255) = 13.26%

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 212 (83.2% from 255) = 75.99%

R = 13.26%
G = 10.75%
B = 75.99%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#251ED4 (or 0x251ED4) is known color: Persian Blue. HEX triplet: 25, 1E and D4. RGB value is (37,30,212). Sum of RGB (Red+Green+Blue) = 37+30+212=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 212 (83.20% from 255 or 75.99% from 279); Max value from RGB is 212 - color contains mainly: blue. Hex color #251ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ED4 is #DAE12B. Grayscale: #343434. Windows color (decimal): -14344492 or 13901349. OLE color: 13901349.

HSL color Cylindrical-coordinate representation of color #251ED4: hue angle of 242.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251ED4 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 30 212 -
CMYK 0.83 0.86 0 0.17
HSL 242.31º 0.75% 0.47% -
HSV(B) 242.31º 0.86% 0.83% -
XYZ 13.11 6.08 62.77 -
YUV 52.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 37 30 212 0.83 0.86 0 0.17 242.31 0.75 0.47
Hex 25 1E D4 53 56 0 11 F2 4B 2F
Octal 45 36 324 123 126 0 21 362 113 57
Binary 100101 11110 11010100 1010011 1010110 0 10001 11110010 1001011 101111

Color Harmonies of #251ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ED4

Black with #251ED4

Text Example


Text Example

White with #251ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251ED4; }

 p { color: rgb(37,30,212); }

 H1.HeaderClassName
 {
   color: #251ED4;
 }
 .AnyTagClassName
 {
   color: #251ED4;
 }
</style>

background-color css

<style>
 a { background-color: #251ED4; }

 a { background-color: rgb(37,30,212); }

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

border-color css

<style>
 span { border-color: #251ED4; }

 span { border-color: rgb(37,30,212); }

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