Html Css Color HEX #2F7BCD Curious Blue

📋 copy color: '#2F7BCD'

red 47 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #2F7BCD

Tints of Curious Blue #2F7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 12.53%
G = 32.8%
B = 54.67%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F7BCD (or 0x2F7BCD) is known color: Curious Blue. HEX triplet: 2F, 7B and CD. RGB value is (47,123,205). Sum of RGB (Red+Green+Blue) = 47+123+205=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7BCD is #D08432. Grayscale: #6D6D6D. Windows color (decimal): -13665331 or 13466415. OLE color: 13466415.

HSL color Cylindrical-coordinate representation of color #2F7BCD: hue angle of 211.14º 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 #2F7BCD is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 123 205 -
CMYK 0.77 0.4 0 0.20
HSL 211.14º 0.63% 0.49% -
HSV(B) 211.14º 0.77% 0.8% -
XYZ 19.27 19.18 60.44 -
YUV 109.62 181.82 83.33 -
System Red Green Blue C M Y K H S L
Decimal 47 123 205 0.77 0.4 0 0.20 211.14 0.63 0.49
Hex 2F 7B CD 4D 28 0 14 D3 3F 31
Octal 57 173 315 115 50 0 24 323 77 61
Binary 101111 1111011 11001101 1001101 101000 0 10100 11010011 111111 110001

Color Harmonies of #2F7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7BCD

Black with #2F7BCD

Text Example


Text Example

White with #2F7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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