Html Css Color HEX #267BCC Curious Blue

📋 copy color: '#267BCC'

red 38 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #267BCC

Tints of Curious Blue #267BCC

RGB

 RED value IS 38 (15.23% from 255) = 10.41%

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 10.41%
G = 33.7%
B = 55.89%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#267BCC (or 0x267BCC) is known color: Curious Blue. HEX triplet: 26, 7B and CC. RGB value is (38,123,204). Sum of RGB (Red+Green+Blue) = 38+123+204=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #267BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BCC is #D98433. Grayscale: #6A6A6A. Windows color (decimal): -14255156 or 13400870. OLE color: 13400870.

HSL color Cylindrical-coordinate representation of color #267BCC: hue angle of 209.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267BCC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 123 204 -
CMYK 0.81 0.40 0 0.2
HSL 209.28º 0.69% 0.47% -
HSV(B) 209.28º 0.81% 0.8% -
XYZ 18.78 18.94 59.79 -
YUV 106.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 38 123 204 0.81 0.40 0 0.2 209.28 0.69 0.47
Hex 26 7B CC 51 28 0 14 D1 45 2F
Octal 46 173 314 121 50 0 24 321 105 57
Binary 100110 1111011 11001100 1010001 101000 0 10100 11010001 1000101 101111

Color Harmonies of #267BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BCC

Black with #267BCC

Text Example


Text Example

White with #267BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267BCC; }

 p { color: rgb(38,123,204); }

 H1.HeaderClassName
 {
   color: #267BCC;
 }
 .AnyTagClassName
 {
   color: #267BCC;
 }
</style>

background-color css

<style>
 a { background-color: #267BCC; }

 a { background-color: rgb(38,123,204); }

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

border-color css

<style>
 span { border-color: #267BCC; }

 span { border-color: rgb(38,123,204); }

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