Html Css Color HEX #2F8CDB Curious Blue

📋 copy color: '#2F8CDB'

red 47 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #2F8CDB

Tints of Curious Blue #2F8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 11.58%
G = 34.48%
B = 53.94%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F8CDB (or 0x2F8CDB) is known color: Curious Blue. HEX triplet: 2F, 8C and DB. RGB value is (47,140,219). Sum of RGB (Red+Green+Blue) = 47+140+219=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CDB is #D07324. Grayscale: #787878. Windows color (decimal): -13660965 or 14388271. OLE color: 14388271.

HSL color Cylindrical-coordinate representation of color #2F8CDB: hue angle of 207.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8CDB is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 140 219 -
CMYK 0.79 0.36 0 0.14
HSL 207.56º 0.7% 0.52% -
HSV(B) 207.56º 0.79% 0.86% -
XYZ 23.34 24.47 70.51 -
YUV 121.2 183.19 75.08 -
System Red Green Blue C M Y K H S L
Decimal 47 140 219 0.79 0.36 0 0.14 207.56 0.7 0.52
Hex 2F 8C DB 4F 24 0 E D0 46 34
Octal 57 214 333 117 44 0 16 320 106 64
Binary 101111 10001100 11011011 1001111 100100 0 1110 11010000 1000110 110100

Color Harmonies of #2F8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8CDB

Black with #2F8CDB

Text Example


Text Example

White with #2F8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,219); }

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

background-color css

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

 a { background-color: rgb(47,140,219); }

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

border-color css

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

 span { border-color: rgb(47,140,219); }

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