Html Css Color HEX #2F8EBD Curious Blue

📋 copy color: '#2F8EBD'

red 47 ◦ green 142 ◦ blue 189

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

Shades of Curious Blue #2F8EBD

Tints of Curious Blue #2F8EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 12.43%
G = 37.57%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F8EBD (or 0x2F8EBD) is known color: Curious Blue. HEX triplet: 2F, 8E and BD. RGB value is (47,142,189). Sum of RGB (Red+Green+Blue) = 47+142+189=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F8EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8EBD is #D07142. Grayscale: #767676. Windows color (decimal): -13660483 or 12422703. OLE color: 12422703.

HSL color Cylindrical-coordinate representation of color #2F8EBD: hue angle of 199.86º 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 #2F8EBD is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 142 189 -
CMYK 0.75 0.25 0 0.26
HSL 199.86º 0.6% 0.46% -
HSV(B) 199.86º 0.75% 0.74% -
XYZ 20.03 23.62 51.65 -
YUV 118.95 167.53 76.68 -
System Red Green Blue C M Y K H S L
Decimal 47 142 189 0.75 0.25 0 0.26 199.86 0.6 0.46
Hex 2F 8E BD 4B 19 0 1A C8 3C 2E
Octal 57 216 275 113 31 0 32 310 74 56
Binary 101111 10001110 10111101 1001011 11001 0 11010 11001000 111100 101110

Color Harmonies of #2F8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8EBD

Black with #2F8EBD

Text Example


Text Example

White with #2F8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,142,189); }

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

background-color css

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

 a { background-color: rgb(47,142,189); }

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

border-color css

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

 span { border-color: rgb(47,142,189); }

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