Html Css Color HEX #2B78CF Curious Blue

📋 copy color: '#2B78CF'

red 43 ◦ green 120 ◦ blue 207

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

Shades of Curious Blue #2B78CF

Tints of Curious Blue #2B78CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 11.62%
G = 32.43%
B = 55.95%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B78CF (or 0x2B78CF) is known color: Curious Blue. HEX triplet: 2B, 78 and CF. RGB value is (43,120,207). Sum of RGB (Red+Green+Blue) = 43+120+207=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B78CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B78CF is #D48730. Grayscale: #6A6A6A. Windows color (decimal): -13928241 or 13596715. OLE color: 13596715.

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

Color convert

RGB 43 120 207 -
CMYK 0.79 0.42 0 0.19
HSL 211.83º 0.66% 0.49% -
HSV(B) 211.83º 0.79% 0.81% -
XYZ 18.98 18.45 61.59 -
YUV 106.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 43 120 207 0.79 0.42 0 0.19 211.83 0.66 0.49
Hex 2B 78 CF 4F 2A 0 13 D4 42 31
Octal 53 170 317 117 52 0 23 324 102 61
Binary 101011 1111000 11001111 1001111 101010 0 10011 11010100 1000010 110001

Color Harmonies of #2B78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B78CF

Black with #2B78CF

Text Example


Text Example

White with #2B78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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