Html Css Color HEX #265EBD Cerulean Blue

📋 copy color: '#265EBD'

red 38 ◦ green 94 ◦ blue 189

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

Shades of Cerulean Blue #265EBD

Tints of Cerulean Blue #265EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

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

R = 11.84%
G = 29.28%
B = 58.88%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#265EBD (or 0x265EBD) is known color: Cerulean Blue. HEX triplet: 26, 5E and BD. RGB value is (38,94,189). Sum of RGB (Red+Green+Blue) = 38+94+189=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #265EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EBD is #D9A142. Grayscale: #575757. Windows color (decimal): -14262595 or 12410406. OLE color: 12410406.

HSL color Cylindrical-coordinate representation of color #265EBD: hue angle of 217.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265EBD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 94 189 -
CMYK 0.80 0.50 0 0.26
HSL 217.75º 0.67% 0.45% -
HSV(B) 217.75º 0.8% 0.74% -
XYZ 13.99 12.09 49.74 -
YUV 88.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 38 94 189 0.80 0.50 0 0.26 217.75 0.67 0.45
Hex 26 5E BD 50 32 0 1A DA 43 2D
Octal 46 136 275 120 62 0 32 332 103 55
Binary 100110 1011110 10111101 1010000 110010 0 11010 11011010 1000011 101101

Color Harmonies of #265EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EBD

Black with #265EBD

Text Example


Text Example

White with #265EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265EBD; }

 p { color: rgb(38,94,189); }

 H1.HeaderClassName
 {
   color: #265EBD;
 }
 .AnyTagClassName
 {
   color: #265EBD;
 }
</style>

background-color css

<style>
 a { background-color: #265EBD; }

 a { background-color: rgb(38,94,189); }

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

border-color css

<style>
 span { border-color: #265EBD; }

 span { border-color: rgb(38,94,189); }

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