Html Css Color HEX #2F7EBD Curious Blue

📋 copy color: '#2F7EBD'

red 47 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #2F7EBD

Tints of Curious Blue #2F7EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

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

R = 12.98%
G = 34.81%
B = 52.21%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F7EBD (or 0x2F7EBD) is known color: Curious Blue. HEX triplet: 2F, 7E and BD. RGB value is (47,126,189). Sum of RGB (Red+Green+Blue) = 47+126+189=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F7EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7EBD is #D08142. Grayscale: #6D6D6D. Windows color (decimal): -13664579 or 12418607. OLE color: 12418607.

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

Color convert

RGB 47 126 189 -
CMYK 0.75 0.33 0 0.26
HSL 206.62º 0.6% 0.46% -
HSV(B) 206.62º 0.75% 0.74% -
XYZ 17.82 19.2 50.91 -
YUV 109.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 47 126 189 0.75 0.33 0 0.26 206.62 0.6 0.46
Hex 2F 7E BD 4B 21 0 1A CF 3C 2E
Octal 57 176 275 113 41 0 32 317 74 56
Binary 101111 1111110 10111101 1001011 100001 0 11010 11001111 111100 101110

Color Harmonies of #2F7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7EBD

Black with #2F7EBD

Text Example


Text Example

White with #2F7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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