Html Css Color HEX #2B09CF Medium Blue

📋 copy color: '#2B09CF'

red 43 ◦ green 9 ◦ blue 207

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

Shades of Medium Blue #2B09CF

Tints of Medium Blue #2B09CF

RGB

 RED value IS 43 (17.19% from 255) = 16.6%

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 16.6%
G = 3.47%
B = 79.92%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B09CF (or 0x2B09CF) is known color: Medium Blue. HEX triplet: 2B, 09 and CF. RGB value is (43,9,207). Sum of RGB (Red+Green+Blue) = 43+9+207=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B09CF is #D4F630. Grayscale: #282828. Windows color (decimal): -13956657 or 13568299. OLE color: 13568299.

HSL color Cylindrical-coordinate representation of color #2B09CF: hue angle of 250.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B09CF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 9 207 -
CMYK 0.79 0.96 0 0.19
HSL 250.3º 0.92% 0.42% -
HSV(B) 250.3º 0.96% 0.81% -
XYZ 12.36 5.21 59.39 -
YUV 41.74 221.26 128.9 -
System Red Green Blue C M Y K H S L
Decimal 43 9 207 0.79 0.96 0 0.19 250.3 0.92 0.42
Hex 2B 9 CF 4F 60 0 13 FA 5C 2A
Octal 53 11 317 117 140 0 23 372 134 52
Binary 101011 1001 11001111 1001111 1100000 0 10011 11111010 1011100 101010

Color Harmonies of #2B09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09CF

Black with #2B09CF

Text Example


Text Example

White with #2B09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,207); }

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

background-color css

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

 a { background-color: rgb(43,9,207); }

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

border-color css

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

 span { border-color: rgb(43,9,207); }

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