Html Css Color HEX #242FDA Persian Blue

📋 copy color: '#242FDA'

red 36 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #242FDA

Tints of Persian Blue #242FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 11.96%
G = 15.61%
B = 72.43%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#242FDA (or 0x242FDA) is known color: Persian Blue. HEX triplet: 24, 2F and DA. RGB value is (36,47,218). Sum of RGB (Red+Green+Blue) = 36+47+218=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #242FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FDA is #DBD025. Grayscale: #3E3E3E. Windows color (decimal): -14405670 or 14298916. OLE color: 14298916.

HSL color Cylindrical-coordinate representation of color #242FDA: hue angle of 236.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242FDA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 47 218 -
CMYK 0.83 0.78 0 0.15
HSL 236.37º 0.72% 0.5% -
HSV(B) 236.37º 0.83% 0.85% -
XYZ 14.4 7.47 67.01 -
YUV 63.21 215.36 108.6 -
System Red Green Blue C M Y K H S L
Decimal 36 47 218 0.83 0.78 0 0.15 236.37 0.72 0.5
Hex 24 2F DA 53 4E 0 F EC 48 32
Octal 44 57 332 123 116 0 17 354 110 62
Binary 100100 101111 11011010 1010011 1001110 0 1111 11101100 1001000 110010

Color Harmonies of #242FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FDA

Black with #242FDA

Text Example


Text Example

White with #242FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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