Html Css Color HEX #2F7CCD Curious Blue

📋 copy color: '#2F7CCD'

red 47 ◦ green 124 ◦ blue 205

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

Shades of Curious Blue #2F7CCD

Tints of Curious Blue #2F7CCD

RGB

 RED value IS 47 (18.75% from 255) = 12.5%

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 12.5%
G = 32.98%
B = 54.52%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F7CCD (or 0x2F7CCD) is known color: Curious Blue. HEX triplet: 2F, 7C and CD. RGB value is (47,124,205). Sum of RGB (Red+Green+Blue) = 47+124+205=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7CCD is #D08332. Grayscale: #6D6D6D. Windows color (decimal): -13665075 or 13466671. OLE color: 13466671.

HSL color Cylindrical-coordinate representation of color #2F7CCD: hue angle of 210.76º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F7CCD is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 124 205 -
CMYK 0.77 0.40 0 0.20
HSL 210.76º 0.63% 0.49% -
HSV(B) 210.76º 0.77% 0.8% -
XYZ 19.4 19.43 60.49 -
YUV 110.21 181.49 82.91 -
System Red Green Blue C M Y K H S L
Decimal 47 124 205 0.77 0.40 0 0.20 210.76 0.63 0.49
Hex 2F 7C CD 4D 28 0 14 D3 3F 31
Octal 57 174 315 115 50 0 24 323 77 61
Binary 101111 1111100 11001101 1001101 101000 0 10100 11010011 111111 110001

Color Harmonies of #2F7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7CCD

Black with #2F7CCD

Text Example


Text Example

White with #2F7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7CCD; }

 p { color: rgb(47,124,205); }

 H1.HeaderClassName
 {
   color: #2F7CCD;
 }
 .AnyTagClassName
 {
   color: #2F7CCD;
 }
</style>

background-color css

<style>
 a { background-color: #2F7CCD; }

 a { background-color: rgb(47,124,205); }

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

border-color css

<style>
 span { border-color: #2F7CCD; }

 span { border-color: rgb(47,124,205); }

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