Html Css Color HEX #264ABB Cerulean Blue

📋 copy color: '#264ABB'

red 38 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #264ABB

Tints of Cerulean Blue #264ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 12.71%
G = 24.75%
B = 62.54%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264ABB (or 0x264ABB) is known color: Cerulean Blue. HEX triplet: 26, 4A and BB. RGB value is (38,74,187). Sum of RGB (Red+Green+Blue) = 38+74+187=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #264ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ABB is #D9B544. Grayscale: #4B4B4B. Windows color (decimal): -14267717 or 12274214. OLE color: 12274214.

HSL color Cylindrical-coordinate representation of color #264ABB: hue angle of 225.5º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264ABB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 74 187 -
CMYK 0.80 0.60 0 0.27
HSL 225.5º 0.66% 0.44% -
HSV(B) 225.5º 0.8% 0.73% -
XYZ 12.22 8.9 48.09 -
YUV 76.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 38 74 187 0.80 0.60 0 0.27 225.5 0.66 0.44
Hex 26 4A BB 50 3C 0 1B E2 42 2C
Octal 46 112 273 120 74 0 33 342 102 54
Binary 100110 1001010 10111011 1010000 111100 0 11011 11100010 1000010 101100

Color Harmonies of #264ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ABB

Black with #264ABB

Text Example


Text Example

White with #264ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264ABB; }

 p { color: rgb(38,74,187); }

 H1.HeaderClassName
 {
   color: #264ABB;
 }
 .AnyTagClassName
 {
   color: #264ABB;
 }
</style>

background-color css

<style>
 a { background-color: #264ABB; }

 a { background-color: rgb(38,74,187); }

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

border-color css

<style>
 span { border-color: #264ABB; }

 span { border-color: rgb(38,74,187); }

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