Html Css Color HEX #242FDD Persian Blue

📋 copy color: '#242FDD'

red 36 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #242FDD

Tints of Persian Blue #242FDD

RGB

 RED value IS 36 (14.45% from 255) = 11.84%

 GREEN value IS 47 (18.75% from 255) = 15.46%

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

R = 11.84%
G = 15.46%
B = 72.7%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#242FDD (or 0x242FDD) is known color: Persian Blue. HEX triplet: 24, 2F and DD. RGB value is (36,47,221). Sum of RGB (Red+Green+Blue) = 36+47+221=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #242FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FDD is #DBD022. Grayscale: #3E3E3E. Windows color (decimal): -14405667 or 14495524. OLE color: 14495524.

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

Color convert

RGB 36 47 221 -
CMYK 0.84 0.79 0 0.13
HSL 236.43º 0.73% 0.5% -
HSV(B) 236.43º 0.84% 0.87% -
XYZ 14.8 7.63 69.1 -
YUV 63.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 36 47 221 0.84 0.79 0 0.13 236.43 0.73 0.5
Hex 24 2F DD 54 4F 0 D EC 49 32
Octal 44 57 335 124 117 0 15 354 111 62
Binary 100100 101111 11011101 1010100 1001111 0 1101 11101100 1001001 110010

Color Harmonies of #242FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FDD

Black with #242FDD

Text Example


Text Example

White with #242FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,47,221); }

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

background-color css

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

 a { background-color: rgb(36,47,221); }

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

border-color css

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

 span { border-color: rgb(36,47,221); }

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