Html Css Color HEX #2F7CBC Curious Blue

📋 copy color: '#2F7CBC'

red 47 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #2F7CBC

Tints of Curious Blue #2F7CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 13.09%
G = 34.54%
B = 52.37%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F7CBC (or 0x2F7CBC) is known color: Curious Blue. HEX triplet: 2F, 7C and BC. RGB value is (47,124,188). Sum of RGB (Red+Green+Blue) = 47+124+188=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7CBC is #D08343. Grayscale: #6B6B6B. Windows color (decimal): -13665092 or 12352559. OLE color: 12352559.

HSL color Cylindrical-coordinate representation of color #2F7CBC: hue angle of 207.23º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7CBC is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 124 188 -
CMYK 0.75 0.34 0 0.26
HSL 207.23º 0.6% 0.46% -
HSV(B) 207.23º 0.75% 0.74% -
XYZ 17.46 18.65 50.26 -
YUV 108.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 47 124 188 0.75 0.34 0 0.26 207.23 0.6 0.46
Hex 2F 7C BC 4B 22 0 1A CF 3C 2E
Octal 57 174 274 113 42 0 32 317 74 56
Binary 101111 1111100 10111100 1001011 100010 0 11010 11001111 111100 101110

Color Harmonies of #2F7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7CBC

Black with #2F7CBC

Text Example


Text Example

White with #2F7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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